Added timezones
This commit is contained in:
@@ -46,7 +46,7 @@ class PopulateAirportTimezones extends Command
|
||||
$airport->update(['timezone' => $zoneName]);
|
||||
$this->info("✓ {$airport->name} — {$zoneName}");
|
||||
} else {
|
||||
$this->warn("✗ {$airport->name} — giving up after {$attempts} attempts");
|
||||
$this->warn("✗ {$airport->name} — giving up after {$attempts} attempts".$response->body());
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user