Skip to content

Commit

Permalink
Actually run authPass
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Apr 14, 2022
1 parent cb64b62 commit 7e84dfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/midcom/bundle/midcomBundle.php
Expand Up @@ -15,6 +15,7 @@
use midcom\bundle\dependencyInjection\componentPass;
use midcom\bundle\dependencyInjection\cachePass;
use midcom\bundle\dependencyInjection\indexerPass;
use midcom\bundle\dependencyInjection\authPass;

class midcomBundle extends Bundle
{
Expand All @@ -26,6 +27,7 @@ public function build(ContainerBuilder $container)
$loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/config'));
$loader->load('services.yml');
$loader->load('form.yml');
$container->addCompilerPass(new authPass);
$container->addCompilerPass(new loggerPass);
$container->addCompilerPass(new componentPass);
$container->addCompilerPass(new cachePass);
Expand Down

0 comments on commit 7e84dfc

Please sign in to comment.