added 'requestable' to fillable attributes. (#7787)

This commit is contained in:
bigtreeEdo 2020-02-04 12:37:03 +09:00 committed by GitHub
parent 89e2a3ae3c
commit e27a9b137b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,6 +111,7 @@ class Asset extends Depreciable
'status_id',
'supplier_id',
'warranty_months',
'requestable',
];
use Searchable;