Reverse the iata/icao columns for airport import

This commit is contained in:
Nabeel Shahzad
2018-03-22 22:21:54 -05:00
parent 7105e82922
commit 29b84f9281
2 changed files with 3 additions and 3 deletions

View File

@@ -18,8 +18,8 @@ class AirportImporter extends ImportExport
* Should match the database fields, for the most part
*/
public static $columns = [
'iata',
'icao',
'iata',
'name',
'location',
'country',