Skip to content

Commit 1b63c59

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #564
2 parents 60f7267 + 27f7c9c commit 1b63c59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

symfony/framework-bundle/4.2/src/Kernel.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ public function registerBundles(): iterable
2525
}
2626
}
2727

28+
public function getProjectDir(): string
29+
{
30+
return \dirname(__DIR__);
31+
}
32+
2833
protected function configureContainer(ContainerBuilder $container, LoaderInterface $loader): void
2934
{
3035
$container->addResource(new FileResource($this->getProjectDir().'/config/bundles.php'));

0 commit comments

Comments
 (0)