This commit is contained in:
2021-04-27 18:24:38 +08:00
parent 537ecb71c6
commit db0d6a93fc
+1
View File
@@ -33,6 +33,7 @@ class DatabasesProviders extends Providers
{
$application->set('db', $this);
Event::on(Event::SERVER_TASK_START, [$this, 'createPool']);
Event::on(Event::SERVER_WORKER_START, [$this, 'createPool']);
}