Merge pull request #12583 from inietov/fixes/user_start_and_end_date_error
Fixed User start and end date throws error [sc-20228]
This commit is contained in:
commit
d13e1b32e7
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ class User extends SnipeModel implements AuthenticatableContract, AuthorizableCo
|
||||||
'created_at',
|
'created_at',
|
||||||
'updated_at',
|
'updated_at',
|
||||||
'deleted_at',
|
'deleted_at',
|
||||||
'start_date',
|
'start_date' => 'date_format:Y-m-d',
|
||||||
'end_date',
|
'end_date' => 'date_format:Y-m-d',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue