Skip to content

Commit 57d8099

Browse files
committed
Merge pull request #3 from vonalbert/patch-1
Configure Container not called
2 parents 44855b9 + 2d824c9 commit 57d8099

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)