fixed a typo in DealerApiController name

This commit is contained in:
Kwesi Banson Jnr
2026-08-04 18:14:16 +00:00
parent b0a56db180
commit ad8ad4c815

View File

@@ -12,7 +12,7 @@ use App\ActivityLog;
use App\Libs\Smsgateway; use App\Libs\Smsgateway;
class DealerAoiController extends Controller class DealerApiController extends Controller
{ {