Fix/metar reading (#353)
* Fix reading of the METAR information for AviationWeather. Fix the DI * StyleCI fixes
This commit is contained in:
@@ -24,7 +24,6 @@ class VersionTest extends TestCase
|
||||
'7.0.0-beta' => '7.0.0-alpha',
|
||||
'7.0.0-beta.1' => '7.0.0-beta',
|
||||
'7.0.0-beta.2' => '7.0.0-beta.1',
|
||||
'7.0.0-beta.1' => '7.0.0-alpha',
|
||||
];
|
||||
|
||||
$versionSvc = app(VersionService::class);
|
||||
|
||||
Reference in New Issue
Block a user