add notes as fillable to license seat model
This commit is contained in:
parent
711235f49c
commit
cbc6c2754c
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ class LicenseSeat extends SnipeModel implements ICompanyableChild
|
|||
protected $fillable = [
|
||||
'assigned_to',
|
||||
'asset_id',
|
||||
'notes',
|
||||
];
|
||||
|
||||
use Acceptable;
|
||||
|
|
Loading…
Add table
Reference in a new issue