From 6cf5426540903f599434a2cf6e1d1ad4544519f9 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 25 Nov 2020 11:00:28 -0800 Subject: [PATCH] Removed unused validation rule --- app/Models/Setting.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Models/Setting.php b/app/Models/Setting.php index 8384d142b..150e290c7 100755 --- a/app/Models/Setting.php +++ b/app/Models/Setting.php @@ -48,7 +48,6 @@ class Setting extends Model protected $rules = [ 'brand' => 'required|min:1|numeric', 'qr_text' => 'max:31|nullable', - 'logo_img' => 'mimes:jpeg,bmp,png,gif', 'alert_email' => 'email_array|nullable', 'admin_cc_email' => 'email|nullable', 'default_currency' => 'required',