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 8da372b + e22df6c commit e65189cCopy full SHA for e65189c
src/DependencyInjection/GraphQLiteExtension.php
@@ -73,6 +73,9 @@ function($namespace): string {
73
$namespaceType = [];
74
}
75
76
+ if (!isset($config['security'])) {
77
+ $config['security'] = [];
78
+ }
79
\assert(\is_array($config['security']));
80
$enableLogin = $config['security']['enable_login'] ?? 'auto';
81
$enableMe = $config['security']['enable_me'] ?? 'auto';
0 commit comments