From be70afd9bf03e32597394f2c2e4b5eb46b68d8bc Mon Sep 17 00:00:00 2001 From: omair saleh Date: Mon, 18 Apr 2022 15:44:25 +0800 Subject: [PATCH] fix LMD to HWT --- .../Delivery/ControllersLogic/CreateDeliveryCustomerLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Classes/Modules/Delivery/ControllersLogic/CreateDeliveryCustomerLogic.php b/app/Classes/Modules/Delivery/ControllersLogic/CreateDeliveryCustomerLogic.php index a820a981..d121bc45 100644 --- a/app/Classes/Modules/Delivery/ControllersLogic/CreateDeliveryCustomerLogic.php +++ b/app/Classes/Modules/Delivery/ControllersLogic/CreateDeliveryCustomerLogic.php @@ -144,7 +144,7 @@ class CreateDeliveryCustomerLogic extends AbstractControllerLogic $Object = new EmploymentObject($companyModule, $user); $this->assignEmployeeProcessor->execute($Object); - +dd('success'); return $this->response($this->authenticationProcessor->execute($request)); } }