Fix validator type for aircraft #805
This commit is contained in:
parent
50a0b89caa
commit
51004b143c
@ -66,8 +66,8 @@ class Aircraft extends Model
|
||||
'name' => 'required',
|
||||
'status' => 'required',
|
||||
'registration' => 'required',
|
||||
'mtow' => 'nullable|number',
|
||||
'zfw' => 'nullable|number',
|
||||
'mtow' => 'nullable|numeric',
|
||||
'zfw' => 'nullable|numeric',
|
||||
];
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user