Add AcarsType column and enum; save flight updates as FLIGHT_PATH #102

This commit is contained in:
Nabeel Shahzad
2018-01-01 10:30:31 -06:00
parent c65da0a0af
commit 078e26df57
5 changed files with 23 additions and 11 deletions

View File

@@ -1,14 +1,7 @@
<?php
/**
* Created by IntelliJ IDEA.
* User: nshahzad
* Date: 12/19/17
* Time: 8:04 PM
*/
namespace App\Models\Enums;
/**
* Class EnumBase
* @package App\Models\Enums
@@ -16,7 +9,6 @@ namespace App\Models\Enums;
class EnumBase
{
protected static $labels = [];
protected static $adverbs = [];
/**
* Return the label, try to return the translated version as well