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 3b00a06 commit de2d30aCopy full SHA for de2d30a
mtarld/symbok-bundle/2.0/config/packages/symbok.php
@@ -5,5 +5,7 @@
5
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
6
7
return static function (ContainerConfigurator $containerConfigurator): void {
8
- $containerConfigurator->extension('symbok', ['namespaces' => null]);
+ $containerConfigurator->extension('symbok', [
9
+ 'namespaces' => null,
10
+ ]);
11
};
0 commit comments