remove contact function in company model

This commit is contained in:
Zain Fauzan Rofie Azizi
2018-06-20 11:57:32 +08:00
parent c0dab3c496
commit 238f21ec1b
+2 -2
View File
@@ -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 = [];
}