改名
This commit is contained in:
@@ -217,7 +217,7 @@ class Container extends BaseObject
|
|||||||
*/
|
*/
|
||||||
private function onAfterInit($object, $config): mixed
|
private function onAfterInit($object, $config): mixed
|
||||||
{
|
{
|
||||||
Snowflake::configure($object, $config);
|
// Snowflake::configure($object, $config);
|
||||||
if (method_exists($object, 'afterInit')) {
|
if (method_exists($object, 'afterInit')) {
|
||||||
call_user_func([$object, 'afterInit']);
|
call_user_func([$object, 'afterInit']);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user