mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 17:48:36 +00:00
Updated servers edit next_due_date to be date validated
Updated servers edit next_due_date to be date validated
This commit is contained in:
parent
d129e966b9
commit
9305789b7b
1 changed files with 2 additions and 1 deletions
|
@ -251,7 +251,8 @@ class ServerController extends Controller
|
|||
'location_id' => 'numeric',
|
||||
'price' => 'numeric',
|
||||
'cpu' => 'numeric',
|
||||
'was_promo' => 'numeric'
|
||||
'was_promo' => 'numeric',
|
||||
'next_due_date' => 'date'
|
||||
]);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue