fix name space from controllerslogic to controllerlogic

This commit is contained in:
omair saleh
2020-05-11 15:02:34 +08:00
parent 4b1930b9ee
commit bef4336eb2
43 changed files with 46 additions and 46 deletions
@@ -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;