feat(overrides): check if value to modify is feature

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2023-06-29 19:46:13 +01:00
parent 2b1caeb80c
commit 57346f49e0
3 changed files with 28 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Enums;
enum OverridableFeatures:string
{
case REQUIRE_LICENSE = 'requireGameLicense';
}