Add score to model and fields

This commit is contained in:
Nabeel Shahzad
2018-04-25 11:56:05 -05:00
parent 531e86f5e7
commit 5cd9c608a7
4 changed files with 6 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ class PrefileRequest extends FormRequest
'block_fuel' => 'nullable|numeric',
'route' => 'nullable',
'notes' => 'nullable',
'score' => 'nullable|integer',
'flight_type' => 'nullable|integer',
'block_off_time' => 'nullable|date',
'block_on_time' => 'nullable|date',