mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Undoing that thing I just did :(
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
209627e2cc
commit
5779a63221
|
@ -34,9 +34,9 @@ class License extends Depreciable
|
|||
|
||||
|
||||
protected $casts = [
|
||||
'purchase_date' => 'date:Y-m-d',
|
||||
'expiration_date' => 'date:Y-m-d',
|
||||
'termination_date' => 'date:Y-m-d',
|
||||
'purchase_date' => 'date',
|
||||
'expiration_date' => 'date',
|
||||
'termination_date' => 'date',
|
||||
'category_id' => 'integer',
|
||||
'company_id' => 'integer',
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue