CHNAGE_FUEL_TYPE_ARR
This commit is contained in:
parent
c1cef8a80e
commit
ffd272bf3d
@ -62,6 +62,9 @@ class PolicyController extends ResourceController
|
|||||||
'farm tractor' => 'Tractor',
|
'farm tractor' => 'Tractor',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
protected $fuelType = [
|
||||||
|
'Petrol' => 'Petrol','Diesel' => 'Diesel','CNG' => 'CNG','LPG' => 'LPG',
|
||||||
|
]
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user