incorrect path to init service class
there was a fatal error in the init process because it was looking for a class that had been moved but the reference had not been updated, which is now corrected
This commit is contained in:
parent
b268bfb49e
commit
35c22913f8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ namespace App\Http\Controllers\API;
|
|||
|
||||
use App\Http\Controllers\Controller;
|
||||
use Illuminate\Http\Request;
|
||||
use App\Services\InitService;
|
||||
use App\Services\UpKeep\InitService;
|
||||
|
||||
class InitAPIController extends Controller
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue