mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 13:57:41 -08:00
Deletes problematic cast
This commit is contained in:
parent
41253b2680
commit
6bd72125bd
|
@ -36,7 +36,6 @@ class License extends Depreciable
|
|||
'purchase_date' => 'datetime',
|
||||
'expiration_date' => 'datetime',
|
||||
'termination_date' => 'datetime',
|
||||
'seats' => 'integer',
|
||||
'category_id' => 'integer',
|
||||
'company_id' => 'integer',
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue