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 93bf4ac commit fb973abCopy full SHA for fb973ab
src/Bridges/SecurityDI/SecurityExtension.php
@@ -49,6 +49,7 @@ public function getConfigSchema(): Nette\Schema\Schema
49
50
public function loadConfiguration()
51
{
52
+ /** @var object{debugger: bool, users: array, roles: array, resources: array} $config */
53
$config = $this->config;
54
$builder = $this->getContainerBuilder();
55
0 commit comments