Skip to content

Commit d5c2dba

Browse files
committed
case fix
1 parent 314cd1c commit d5c2dba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solid/lib/Settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class Settings implements ISettings {
1010
private $config;
1111

12-
public function __construct(Serverconfig $config) {
12+
public function __construct(ServerConfig $config) {
1313
$this->config = $config;
1414
}
1515

0 commit comments

Comments
 (0)