This commit is contained in:
2021-07-21 15:13:38 +08:00
parent 271dd20c16
commit 452f2e8766
2 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ class Snowflake
* @param $name
* @return bool
*/
public static function has($name): bool
#[Pure] public static function has($name): bool
{
return static::$service->has($name);
}