diff --git a/src/App.php b/src/App.php index 6951f29..df379d3 100644 --- a/src/App.php +++ b/src/App.php @@ -605,4 +605,9 @@ class App // $this->logger->info('ROUTE_CACHE miss.'); } + + public function getContainer(): ContainerInterface + { + return $this->app->getContainer(); + } }