mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-20 13:04:11 +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\UpdateContainerPackingListLogic;
|
||||
use App\Classes\Modules\PackingLists\ControllersLogic\Containers\UpdateContainerLogic;
|
||||
use Illuminate\Http\JsonResponse;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class UpdateContainerPackingListController
|
||||
class UpdateContainerController
|
||||
{
|
||||
/**
|
||||
* @param Request $request
|
||||
* @param UpdateContainerPackingListLogic $logic
|
||||
* @param UpdateContainerLogic $logic
|
||||
* @return JsonResponse
|
||||
*/
|
||||
public function update(Request $request, UpdateContainerPackingListLogic $logic): JsonResponse {
|
||||
public function update(Request $request, UpdateContainerLogic $logic): JsonResponse {
|
||||
return $logic->execute($request);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user