Skip to content

Commit

Permalink
Update core/Controller/SetupController.php
Browse files Browse the repository at this point in the history
Co-authored-by: Côme Chilliet <[email protected]>
Signed-off-by: Faraz Samapoor <[email protected]>
  • Loading branch information
fsamapoor and come-nc authored Jun 20, 2023
1 parent 323d153 commit ba94f3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/Controller/SetupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
class SetupController {
private string $autoConfigFile;

public function __construct(protected Setup $setupHelper) {
public function __construct(
protected Setup $setupHelper,
) {
$this->autoConfigFile = \OC::$configDir.'autoconfig.php';
}

Expand Down

0 comments on commit ba94f3f

Please sign in to comment.