From a987e0329ea21cfa666fcfac1531ce31ede9494d Mon Sep 17 00:00:00 2001 From: bidi Date: Tue, 10 Dec 2024 17:13:37 +0200 Subject: [PATCH] phpcs fix Signed-off-by: bidi --- config/autoload/authentication.global.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/autoload/authentication.global.php b/config/autoload/authentication.global.php index e89305e..494ee9d 100644 --- a/config/autoload/authentication.global.php +++ b/config/autoload/authentication.global.php @@ -20,7 +20,7 @@ 'invalid_credential' => Message::INVALID_CREDENTIALS, ], 'options' => [ - 'status' => [ + 'status' => [ 'value' => UserStatusEnum::Active, 'message' => Message::USER_NOT_ACTIVATED, ],