From 4ce7173f7ed22a25dd8149421ca778e47a3b3c46 Mon Sep 17 00:00:00 2001 From: Faraz Samapoor Date: Tue, 20 Jun 2023 11:47:04 +0330 Subject: [PATCH] Update core/Controller/SetupController.php MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor --- core/Controller/SetupController.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'; } -- 2.39.5