Merge branch 'main' of bitbucket.org:jubilian/nhance_partner_be

This commit is contained in:
Gowtham M 2025-12-17 12:28:30 +05:30
commit 712b2c82fd

View File

@ -62,6 +62,9 @@ class PolicyController extends ResourceController
'farm tractor' => 'Tractor',
];
protected $fuelType = [
'Petrol' => 'Petrol','Diesel' => 'Diesel','CNG' => 'CNG','LPG' => 'LPG',
]
public function __construct()
{