From 6b25a76d631e31584830411b112d3920e02f56b5 Mon Sep 17 00:00:00 2001 From: Git'Fellow <12234510+solracsf@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:45:51 +0100 Subject: [PATCH] Update ConfigSet.php Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> --- lib/Command/ConfigSet.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/Command/ConfigSet.php b/lib/Command/ConfigSet.php index d903a06c..56bc6c50 100644 --- a/lib/Command/ConfigSet.php +++ b/lib/Command/ConfigSet.php @@ -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 {