mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-20 21:14:10 +00:00
Large commit
This commit is contained in:
+4
-4
@@ -2,18 +2,18 @@
|
||||
|
||||
namespace App\Http\Controllers\PackingLists\Containers;
|
||||
|
||||
use App\Classes\Modules\ContainerPackingLists\ControllersLogic\FetchContainerPackingListLogic;
|
||||
use App\Classes\Modules\PackingLists\ControllersLogic\Containers\FetchContainerLogic;
|
||||
use Illuminate\Http\JsonResponse;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class FetchContainerPackingListController
|
||||
class FetchContainerController
|
||||
{
|
||||
/**
|
||||
* @param Request $request
|
||||
* @param FetchContainerPackingListLogic $logic
|
||||
* @param FetchContainerLogic $logic
|
||||
* @return JsonResponse
|
||||
*/
|
||||
public function fetch(Request $request, FetchContainerPackingListLogic $logic): JsonResponse {
|
||||
public function fetch(Request $request, FetchContainerLogic $logic): JsonResponse {
|
||||
return $logic->execute($request);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user