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