This commit is contained in:
2023-04-17 01:39:31 +08:00
parent 2e258c7e08
commit 409f75eff6
2 changed files with 24 additions and 39 deletions
+1 -9
View File
@@ -23,19 +23,11 @@ use Kiri\Di\Inject\Container;
class DatabasesProviders extends Providers
{
/**
* @var EventProvider
*/
#[Container(EventProvider::class)]
public EventProvider $provider;
/**
* @param LocalService $application
* @return void
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
* @throws Exception
* @throws \ReflectionException
*/
public function onImport(LocalService $application): void
{