Cleanup of some config files that aren't needed anymore
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'status' => [
|
||||
'INACTIVE' => 0,
|
||||
'DISABLED' => 0,
|
||||
'ACTIVE' => 1,
|
||||
'ENABLED' => 1,
|
||||
],
|
||||
|
||||
'fuel_types' => [
|
||||
'100LL' => 0,
|
||||
'JETA' => 1,
|
||||
'MOGAS' => 2,
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default Serializer
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The default serializer to be used when performing a transformation. It
|
||||
| may be left empty to use Fractal's default one. This can either be a
|
||||
| string or a League\Fractal\Serializer\SerializerAbstract subclass.
|
||||
|
|
||||
*/
|
||||
|
||||
'default_serializer' => '',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user