diff options
Diffstat (limited to 'lib/public/Authentication/TwoFactorAuth/TwoFactorProviderChallengePassed.php')
-rw-r--r-- | lib/public/Authentication/TwoFactorAuth/TwoFactorProviderChallengePassed.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderChallengePassed.php b/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderChallengePassed.php index 2dc91a98880..396fbf9e9a5 100644 --- a/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderChallengePassed.php +++ b/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderChallengePassed.php @@ -20,7 +20,8 @@ class TwoFactorProviderChallengePassed extends Event { */ public function __construct( private IUser $user, - private IProvider $provider) { + private IProvider $provider, + ) { parent::__construct(); } |