fix: change app/Http/Controllers/API to app/Http/Controllers/Api and fixing namespace on BellController

This commit is contained in:
LatansaBima 2025-06-12 14:40:50 +07:00
parent 915c8733ea
commit be81d2fd00
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace App\Http\Controllers\API;
namespace App\Http\Controllers\Api;
use App\Http\Controllers\Controller;
use App\Models\BellHistory;