fix code update customer prrofile

This commit is contained in:
edmondlang
2023-08-06 23:16:20 +08:00
parent f4e045df5c
commit e31f1eda53
5 changed files with 14 additions and 10 deletions
@@ -14,7 +14,6 @@ class UpdateCompanyProfileController
* @return JsonResponse
*/
public function update(Request $request, UpdateCompanyProfileLogic $logic): JsonResponse {
dd("controller called");
return $logic->execute($request);
}