10 lines
115 B
PHP
Executable File
10 lines
115 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
|
|
'features' => [
|
|
'requireGameLicense' => env('OVERRIDE_LICENSED_ACCOUNT', 0)
|
|
]
|
|
|
|
];
|