Skip to content

Commit 4052b43

Browse files
Remove reference to non-existant container service
1 parent 0742ea3 commit 4052b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/FOSOAuthServerExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class FOSOAuthServerExtension extends Extension
2727
public function load(array $configs, ContainerBuilder $container)
2828
{
2929
$processor = new Processor();
30-
$configuration = new Configuration($container->get('kernel.debug'));
30+
$configuration = new Configuration();
3131

3232
$config = $processor->processConfiguration($configuration, $configs);
3333

0 commit comments

Comments
 (0)