phpcs standards

This commit is contained in:
Nabeel Shahzad
2019-05-12 12:08:31 -05:00
parent a79f28caa4
commit 75eaec2f11
6 changed files with 78 additions and 8 deletions

View File

@@ -419,7 +419,8 @@ class Importer
['icao' => $row->icao,
'subfleet_id' => $subfleet->id,
'active' => $row->enabled,
]);
]
);
$this->addMapping('aircraft', $row->id, $aircraft->id);