Separate out enums to static
This commit is contained in:
@@ -6,11 +6,5 @@ return [
|
||||
* Pick one of:
|
||||
* dollar, euro, gbp, yen, jpy, rupee, ruble
|
||||
*/
|
||||
'currency' => 'dollar',
|
||||
|
||||
'fuel_types' => [
|
||||
'100LL' => 0,
|
||||
'JETA' => 1,
|
||||
'MOGAS' => 2,
|
||||
],
|
||||
'currency' => env('PHPVMS_CURRENCY', 'dollar'),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user