This commit is contained in:
2021-03-02 17:53:27 +08:00
parent 430e87a993
commit 27e928b897
+1 -1
View File
@@ -38,7 +38,7 @@ class DatabasesProviders extends Providers
$event->on(Event::SERVER_WORKER_START, [$this, 'scanModel']);
// $event->on(Event::SERVER_TASK_START, [$this, 'scanModel']);
$event->on(Event::SERVER_TASK_START, [$this, 'scanModel']);
}