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 0742ea3 commit 4052b43Copy full SHA for 4052b43
DependencyInjection/FOSOAuthServerExtension.php
@@ -27,7 +27,7 @@ class FOSOAuthServerExtension extends Extension
27
public function load(array $configs, ContainerBuilder $container)
28
{
29
$processor = new Processor();
30
- $configuration = new Configuration($container->get('kernel.debug'));
+ $configuration = new Configuration();
31
32
$config = $processor->processConfiguration($configuration, $configs);
33
0 commit comments