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 = []; + }