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\TaskAssignees;
use App\Classes\Modules\TaskAssignees\ControllersLogic\FetchTaskAssigneeControllerLogic;
use App\Classes\Modules\TaskAssignees\ControllerLogic\FetchTaskAssigneeControllerLogic;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;