METAR parsing infinite loop bugfix #599
This commit is contained in:
@@ -19,6 +19,7 @@ class Weather extends Widget
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
/** @var \App\Services\AirportService $airportSvc */
|
||||
$airportSvc = app(AirportService::class);
|
||||
$metar = $airportSvc->getMetar($this->config['icao']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user