We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f7267 commit 27f7c9cCopy full SHA for 27f7c9c
symfony/framework-bundle/4.2/src/Kernel.php
@@ -25,6 +25,11 @@ public function registerBundles(): iterable
25
}
26
27
28
+ public function getProjectDir(): string
29
+ {
30
+ return \dirname(__DIR__);
31
+ }
32
+
33
protected function configureContainer(ContainerBuilder $container, LoaderInterface $loader): void
34
{
35
$container->addResource(new FileResource($this->getProjectDir().'/config/bundles.php'));
0 commit comments