mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Update core/Controller/SetupController.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
This commit is contained in:
parent
2800436948
commit
4ce7173f7e
1 changed files with 3 additions and 1 deletions
|
|
@ -37,7 +37,9 @@ use OCP\ILogger;
|
|||
class SetupController {
|
||||
private string $autoConfigFile;
|
||||
|
||||
public function __construct(protected Setup $setupHelper) {
|
||||
public function __construct(
|
||||
protected Setup $setupHelper,
|
||||
) {
|
||||
$this->autoConfigFile = \OC::$configDir.'autoconfig.php';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue