Skip to content

Commit 4d1c589

Browse files
committed
Make pomm.controller.profiler as public
1 parent ca940d3 commit 4d1c589

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sources/lib/DependencyInjection/Compiler/ProfilerPass.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public function process(DI\ContainerBuilder $container)
1818
new DI\Reference('twig'),
1919
new DI\Reference('pomm')
2020
]);
21+
$definition->setPublic(true);
2122
$container->setDefinition('pomm.controller.profiler', $definition);
2223

2324
$definition = new DI\Definition(

0 commit comments

Comments
 (0)