Skip to content

Commit 2d824c9

Browse files
committed
Configure Container not called
The configure container method wasn't called by the App constructor
1 parent 44855b9 commit 2d824c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/App.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public function __construct()
1616
{
1717
$containerBuilder = new ContainerBuilder;
1818
$containerBuilder->addDefinitions(__DIR__ . '/config.php');
19+
$this->configureContainer($containerBuilder);
1920
$container = $containerBuilder->build();
2021

2122
parent::__construct($container);

0 commit comments

Comments
 (0)