This commit is contained in:
as2252258@163.com
2021-02-27 05:11:23 +08:00
parent d303fcde9d
commit d1b4838442
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -35,7 +35,6 @@ class DatabasesProviders extends Providers
$event = Snowflake::app()->getEvent();
$event->on(Event::SERVER_WORKER_START, [$this, 'createPool']);
$event->on(Event::SERVER_TASK_START, [$this, 'createPool']);
$event->on(Event::SERVER_WORKER_START, [$this, 'scanModel']);
$event->on(Event::SERVER_TASK_START, [$this, 'scanModel']);