diff --git a/System/Snowflake.php b/System/Snowflake.php index 18b5deb9..515eb30f 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -264,6 +264,16 @@ class Snowflake } + /** + * @return mixed + */ + public static function localhost(): mixed + { + return Snowflake::app()->getFirstLocal(); + } + + + /** * @param string $class * @param array $params