Skip to content

Commit

Permalink
Make pomm.controller.profiler as public
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii committed Jan 24, 2018
1 parent ca940d3 commit 4d1c589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/lib/DependencyInjection/Compiler/ProfilerPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public function process(DI\ContainerBuilder $container)
new DI\Reference('twig'),
new DI\Reference('pomm')
]);
$definition->setPublic(true);
$container->setDefinition('pomm.controller.profiler', $definition);

$definition = new DI\Definition(
Expand Down

0 comments on commit 4d1c589

Please sign in to comment.