This commit is contained in:
2021-01-19 19:38:08 +08:00
parent bc3b2160d4
commit 9f0da6c8ac
-1
View File
@@ -35,7 +35,6 @@ class DatabasesProviders extends Providers
$event->on(Event::SERVER_WORKER_START, [$this, 'createPool']);
$event->on(Event::SERVER_TASK_START, [$this, 'createPool']);
$event->on(Event::SERVER_BEFORE_START, [$this, 'scanModel']);
$event->on(Event::SERVER_WORKER_START, [$this, 'scanModel']);
}