Metar: TEMPO and trend causing issue with values being overwritten (#862)

Metar: TEMPO and trend causing issue with values being overwritten
This commit is contained in:
Nabeel S
2020-10-10 14:55:12 -04:00
committed by GitHub
parent c702b01a87
commit 48087fb05f
5 changed files with 57 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ use App\Contracts\Award;
* Simple example of an awards class, where you can apply an award when a user
* has 100 flights. All award classes need to extend Award and implement the check() method
*
* See: http://docs.phpvms.net/customizing/awards
* See: https://docs.phpvms.net/developers/awards
*/
class PilotFlightAwards extends Award
{