Set access modifier on all enums (php 7.1)
This commit is contained in:
@@ -9,5 +9,5 @@ namespace App\Models\Enums;
|
||||
class AnalyticsMetrics
|
||||
{
|
||||
# Track the lookup time for airports from vaCentral
|
||||
const AIRPORT_LOOKUP_TIME = 1;
|
||||
public const AIRPORT_LOOKUP_TIME = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user