Add notes to $fillable

This commit is contained in:
Marcus Moore 2025-03-27 10:57:34 -07:00
parent c095f330e1
commit bc77c8c885
No known key found for this signature in database

View file

@ -67,7 +67,8 @@ final class Company extends SnipeModel
'phone',
'fax',
'email',
'created_by'
'created_by',
'notes',
];
private static function isFullMultipleCompanySupportEnabled()