mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-25 15:34:12 +00:00
fix name space from controllerslogic to controllerlogic
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Http\Controllers\Comments;
|
||||
|
||||
use App\Classes\Modules\Comments\ControllersLogic\CreateCommentControllerLogic;
|
||||
use App\Classes\Modules\Comments\ControllerLogic\CreateCommentControllerLogic;
|
||||
use Illuminate\Http\JsonResponse;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Http\Controllers\Comments;
|
||||
|
||||
use App\Classes\Modules\Comments\ControllersLogic\DeleteCommentControllerLogic;
|
||||
use App\Classes\Modules\Comments\ControllerLogic\DeleteCommentControllerLogic;
|
||||
use Illuminate\Http\JsonResponse;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Http\Controllers\Comments;
|
||||
|
||||
use App\Classes\Modules\Comments\ControllersLogic\FetchCommentControllerLogic;
|
||||
use App\Classes\Modules\Comments\ControllerLogic\FetchCommentControllerLogic;
|
||||
use Illuminate\Http\JsonResponse;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Http\Controllers\Comments;
|
||||
|
||||
use App\Classes\Modules\Comments\ControllersLogic\ListCommentsControllerLogic;
|
||||
use App\Classes\Modules\Comments\ControllerLogic\ListCommentsControllerLogic;
|
||||
use Illuminate\Http\JsonResponse;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Http\Controllers\Comments;
|
||||
|
||||
use App\Classes\Modules\Comments\ControllersLogic\UpdateCommentControllerLogic;
|
||||
use App\Classes\Modules\Comments\ControllerLogic\UpdateCommentControllerLogic;
|
||||
use Illuminate\Http\JsonResponse;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user