Add getContainer func
This commit is contained in:
parent
162d21a2db
commit
1f3e326bd3
1 changed files with 5 additions and 0 deletions
|
|
@ -605,4 +605,9 @@ class App
|
||||||
|
|
||||||
// $this->logger->info('ROUTE_CACHE miss.');
|
// $this->logger->info('ROUTE_CACHE miss.');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getContainer(): ContainerInterface
|
||||||
|
{
|
||||||
|
return $this->app->getContainer();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue