Add getContainer func

This commit is contained in:
Greyscale 2024-04-14 17:34:07 +02:00
parent 162d21a2db
commit 1f3e326bd3

View file

@ -605,4 +605,9 @@ class App
// $this->logger->info('ROUTE_CACHE miss.');
}
public function getContainer(): ContainerInterface
{
return $this->app->getContainer();
}
}