diff --git a/Database/DatabasesProviders.php b/Database/DatabasesProviders.php index a6f496c2..eaee430f 100644 --- a/Database/DatabasesProviders.php +++ b/Database/DatabasesProviders.php @@ -33,11 +33,11 @@ class DatabasesProviders extends Providers $event->on(Event::SERVER_WORKER_START, [$this, 'createPool']); $event->on(Event::SERVER_TASK_START, [$this, 'createPool']); -// $event = Snowflake::app()->getEvent(); -// $event->on(Event::SERVER_WORKER_START, function () { -// $attributes = Snowflake::app()->getAttributes(); -// $attributes->readControllers(CONTROLLER_PATH, 'App\Models', 'models'); -// }); + $event = Snowflake::app()->getEvent(); + $event->on(Event::SERVER_WORKER_START, function () { + $attributes = Snowflake::app()->getAttributes(); + $attributes->readControllers(CONTROLLER_PATH, 'App\Models', 'models'); + }); }