This commit is contained in:
2021-12-08 11:32:31 +08:00
parent 33db0bc463
commit 7eb6151111
2 changed files with 6 additions and 20 deletions
-8
View File
@@ -11,7 +11,6 @@ use Kiri\Application;
use Kiri\Events\EventProvider;
use Kiri\Exception\ConfigException;
use Kiri\Kiri;
use Note\Inject;
use Server\Events\OnWorkerStart;
/**
@@ -24,13 +23,6 @@ class DatabasesProviders extends Providers
private array $_pooLength = ['min' => 0, 'max' => 1];
/**
* @var EventProvider
*/
#[Inject(EventProvider::class)]
public EventProvider $eventProvider;
/**
* @param Application $application
* @throws Exception