From b0c3572212d84d4894d9ef6fc3a8c484e11dccb5 Mon Sep 17 00:00:00 2001 From: Boy132 Date: Thu, 13 Jun 2024 15:27:40 +0200 Subject: [PATCH] fix rule (again) --- app/Models/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/User.php b/app/Models/User.php index 5c085060de..e08f0d639a 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -165,7 +165,7 @@ class User extends Model implements AuthenticatableContract, AuthorizableContrac 'language' => 'string', 'use_totp' => 'boolean', 'totp_secret' => 'nullable|string', - 'oauth' => 'required|array', + 'oauth' => 'array' ]; protected function casts(): array