From 63bf93b7864b292e7a7a511d90de1f34e12e05cf Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 10 May 2023 00:56:04 -0700 Subject: [PATCH] Pulled redirect from settings Signed-off-by: snipe --- app/Models/Setting.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Models/Setting.php b/app/Models/Setting.php index bc6fb75fb4..807f6a962f 100755 --- a/app/Models/Setting.php +++ b/app/Models/Setting.php @@ -76,7 +76,6 @@ class Setting extends Model 'audit_interval' => 'numeric|nullable', 'custom_forgot_pass_url' => 'url|nullable', 'privacy_policy_link' => 'nullable|url', - 'google_redirect' => 'nullable|url', ]; protected $fillable = [