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)); } }