This commit is contained in:
2021-03-31 00:58:18 +08:00
parent 4a86077e72
commit 7983438222
2 changed files with 63 additions and 0 deletions
+14
View File
@@ -56,6 +56,20 @@ class Snowflake
static::$service = $service;
}
/**
* @param $alias
* @param array $array
* @return mixed
* @throws ComponentException
* @throws NotFindClassException
* @throws ReflectionException
*/
public static function set($alias, $array = []): mixed
{
return static::app()->set($alias, $array);
}
/**
* @return Application|null
*/