aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/TwoFactorAuth
diff options
context:
space:
mode:
authorFaraz Samapoor <f.samapoor@gmail.com>2023-06-20 19:00:46 +0330
committerLouis <6653109+artonge@users.noreply.github.com>2023-06-24 23:14:23 +0200
commit116b8c68a6fd5146797c5f756e2ee84131d3e64c (patch)
treed549a4f4e73962e756b63e744a5331ddec9ecf99 /core/Command/TwoFactorAuth
parentcb8850dc8fdf57ad1d87ee4b8142060c7c340944 (diff)
downloadnextcloud-server-116b8c68a6fd5146797c5f756e2ee84131d3e64c.tar.gz
nextcloud-server-116b8c68a6fd5146797c5f756e2ee84131d3e64c.zip
Update core/Command/TwoFactorAuth/Enforce.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
Diffstat (limited to 'core/Command/TwoFactorAuth')
-rw-r--r--core/Command/TwoFactorAuth/Enforce.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/Command/TwoFactorAuth/Enforce.php b/core/Command/TwoFactorAuth/Enforce.php
index b2a05a531fb..e747ff99d59 100644
--- a/core/Command/TwoFactorAuth/Enforce.php
+++ b/core/Command/TwoFactorAuth/Enforce.php
@@ -35,7 +35,9 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class Enforce extends Command {
- public function __construct(private MandatoryTwoFactor $mandatoryTwoFactor) {
+ public function __construct(
+ private MandatoryTwoFactor $mandatoryTwoFactor,
+ ) {
parent::__construct();
}