We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae0ffb commit 52fdd1dCopy full SHA for 52fdd1d
1 file changed
solid/lib/ServerConfig.php
@@ -23,6 +23,7 @@ public function __construct(IConfig $config, IUrlGenerator $urlGenerator, IUserM
23
$this->config = $config;
24
$this->userManager = $userManager;
25
$this->urlGenerator = $urlGenerator;
26
+ parent::__construct($config);
27
}
28
29
/**
0 commit comments