feat(overrides): check if value to modify is feature
Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
10
app/Enums/OverridableFeatures.php
Normal file
10
app/Enums/OverridableFeatures.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
enum OverridableFeatures:string
|
||||
{
|
||||
|
||||
case REQUIRE_LICENSE = 'requireGameLicense';
|
||||
|
||||
}
|
Reference in New Issue
Block a user