From: Faraz Samapoor Date: Tue, 20 Jun 2023 08:17:04 +0000 (+0330) Subject: Update core/Controller/SetupController.php X-Git-Tag: v28.0.0beta1~862^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F38638%2Fhead;p=nextcloud-server.git Update core/Controller/SetupController.php Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor --- diff --git a/core/Controller/SetupController.php b/core/Controller/SetupController.php index 634ae93efb5..69c3b2f2a23 100644 --- a/core/Controller/SetupController.php +++ b/core/Controller/SetupController.php @@ -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'; }