This commit is contained in:
2021-03-02 15:01:56 +08:00
parent 702b204e40
commit d7bf22d5fe
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class DatabasesProviders extends Providers
$event->on(Event::SERVER_WORKER_START, [$this, 'createPool']);
$event->on(Event::SERVER_WORKER_START, [$this, 'scanModel']);
$event->on(Event::SERVER_TASK_START, [$this, 'scanModel']);
// $event->on(Event::SERVER_TASK_START, [$this, 'scanModel']);
}