Fix flight duplicate detection in add/edit/import; fix active checkbox

This commit is contained in:
Nabeel Shahzad
2018-04-25 11:53:32 -05:00
parent fb6d5a6a0a
commit 531e86f5e7
7 changed files with 117 additions and 34 deletions

View File

@@ -47,7 +47,7 @@ class ImportExport
/**
* Get the airline from the ICAO. Create it if it doesn't exist
* @param $code
* @return \Illuminate\Database\Eloquent\Model
* @return Airline
*/
public function getAirline($code)
{