fix: change app/Http/Controllers/API to app/Http/Controllers/Api and fixing namespace on BellController
This commit is contained in:
parent
915c8733ea
commit
be81d2fd00
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace App\Http\Controllers\API;
|
||||
namespace App\Http\Controllers\Api;
|
||||
|
||||
use App\Http\Controllers\Controller;
|
||||
use App\Models\BellHistory;
|
||||
|
|
Loading…
Reference in New Issue