Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio committed Oct 3, 2023
1 parent 0c8e482 commit 285be0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Services/Importers/AirportImporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public function run($start = 0)
$count = 0;
$rows = $this->db->readRows($this->table, $this->idField, $start);
foreach ($rows as $row) {

$ground_handling_cost = 0;
if (property_exists($row, 'ground_handling_cost') && !empty($row->ground_handling_cost)) {
$ground_handling_cost = (float) $row->ground_handling_cost;
Expand Down

0 comments on commit 285be0d

Please sign in to comment.