Add notes to $fillable
This commit is contained in:
parent
c095f330e1
commit
bc77c8c885
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@ final class Company extends SnipeModel
|
|||
'phone',
|
||||
'fax',
|
||||
'email',
|
||||
'created_by'
|
||||
'created_by',
|
||||
'notes',
|
||||
];
|
||||
|
||||
private static function isFullMultipleCompanySupportEnabled()
|
||||
|
|
Loading…
Add table
Reference in a new issue