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.
2 parents 0742ea3 + 4052b43 commit d921116Copy full SHA for d921116
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