feat(overrides): add override functionality to Options

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2023-06-29 17:20:41 +01:00
parent 68b60bd3f3
commit 05e2cd4f82
6 changed files with 963 additions and 784 deletions

View File

@@ -0,0 +1,9 @@
<?php
return [
'features' => [
'requireGameLicense' => env('OVERRIDE_LICENSED_ACCOUNT', 0)
]
];