From 238f21ec1b5dfed70e40c669fd72b44e3ecac540 Mon Sep 17 00:00:00 2001 From: Zain Fauzan Rofie Azizi Date: Wed, 20 Jun 2018 11:57:32 +0800 Subject: [PATCH] remove contact function in company model --- app/Company.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Company.php b/app/Company.php index af4bf8d..0a76215 100644 --- a/app/Company.php +++ b/app/Company.php @@ -6,7 +6,7 @@ use Illuminate\Database\Eloquent\Model; class Company extends Model { - // + protected $fillable = ['company_profile', 'reg_cert', 'company_name', 'registration_no', 'tax_no', 'tel_no', 'fax', 'address', 'city', 'postcode', 'state', 'country', 'contact_person']; - //protected $guarded = []; + }