diff --git a/app/Models/Setting.php b/app/Models/Setting.php index bc6fb75fb..807f6a962 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 = [