minor fixes

This commit is contained in:
omair saleh
2020-06-09 08:22:17 +08:00
parent 630a6e6364
commit 813ed7e99e
12 changed files with 115 additions and 6 deletions
@@ -52,7 +52,7 @@ abstract class AbstractControllerLogic
return $this->logic($request);
} catch (ErrorException $exception){
dd($exception->getMessage());
dd($exception);
return (new ApiResponseObject($this->getNotificationTitle().' failed', $exception->getMessage(), $exception->getCode()))->handler();
}