Skip to content

Commit

Permalink
Update ConfigSet.php
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored Nov 21, 2024
1 parent 58f0e29 commit 6b25a76
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/Command/ConfigSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@
use Symfony\Component\Console\Output\OutputInterface;

class ConfigSet extends Base {
private SAMLSettings $samlSettings;

public function __construct(SAMLSettings $samlSettings) {
public function __construct(
private SAMLSettings $samlSettings
) {
parent::__construct();
$this->samlSettings = $samlSettings;
}

protected function configure(): void {
Expand Down

0 comments on commit 6b25a76

Please sign in to comment.