We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314cd1c commit d5c2dbaCopy full SHA for d5c2dba
1 file changed
solid/lib/Settings.php
@@ -9,7 +9,7 @@
9
class Settings implements ISettings {
10
private $config;
11
12
- public function __construct(Serverconfig $config) {
+ public function __construct(ServerConfig $config) {
13
$this->config = $config;
14
}
15
0 commit comments