mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 19:59:18 -08:00
Make last_checkout fillable
This commit is contained in:
parent
31d0b4a46c
commit
7f7064c835
|
@ -130,6 +130,7 @@ class Asset extends Depreciable
|
|||
'supplier_id',
|
||||
'warranty_months',
|
||||
'requestable',
|
||||
'last_checkout',
|
||||
];
|
||||
|
||||
use Searchable;
|
||||
|
|
Loading…
Reference in a new issue