Fixes (#1481)
Fare Service : Return the note, do not force it to an empty string Airport Importer : Make IATA nullable (as in the model)
This commit is contained in:
@@ -18,7 +18,7 @@ class AirportImporter extends ImportExport
|
||||
*/
|
||||
public static $columns = [
|
||||
'icao' => 'required',
|
||||
'iata' => 'required',
|
||||
'iata' => 'nullable',
|
||||
'name' => 'required',
|
||||
'location' => 'nullable',
|
||||
'country' => 'nullable',
|
||||
|
||||
Reference in New Issue
Block a user