Fix flight type parameter

This commit is contained in:
Nabeel Shahzad
2018-04-30 17:29:42 -05:00
parent 7decac105f
commit 73ffc9cf44
4 changed files with 8 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ class PrefileRequest extends FormRequest
'source_name' => 'required',
'level' => 'nullable|numeric',
'flight_type' => 'nullable',
'route_code' => 'nullable',
'route_leg' => 'nullable',
'distance' => 'nullable|numeric',
@@ -38,7 +39,6 @@ class PrefileRequest extends FormRequest
'route' => 'nullable',
'notes' => 'nullable',
'score' => 'nullable|integer',
'flight_type' => 'nullable|integer',
'block_off_time' => 'nullable|date',
'block_on_time' => 'nullable|date',
'created_at' => 'nullable|date',