We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca940d3 commit 4d1c589Copy full SHA for 4d1c589
sources/lib/DependencyInjection/Compiler/ProfilerPass.php
@@ -18,6 +18,7 @@ public function process(DI\ContainerBuilder $container)
18
new DI\Reference('twig'),
19
new DI\Reference('pomm')
20
]);
21
+ $definition->setPublic(true);
22
$container->setDefinition('pomm.controller.profiler', $definition);
23
24
$definition = new DI\Definition(
0 commit comments