Skip to content

Commit 52fdd1d

Browse files
committed
call parent constructor
1 parent dae0ffb commit 52fdd1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

solid/lib/ServerConfig.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public function __construct(IConfig $config, IUrlGenerator $urlGenerator, IUserM
2323
$this->config = $config;
2424
$this->userManager = $userManager;
2525
$this->urlGenerator = $urlGenerator;
26+
parent::__construct($config);
2627
}
2728

2829
/**

0 commit comments

Comments
 (0)