$row['icao'] ], $row); try { $airport->save(); } catch(\Exception $e) { $this->errorLog('Error in row '.$index.': '.$e->getMessage()); return false; } $this->log('Imported '.$row['icao']); return true; } }