mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
removed email verification from blade temp until fixed
This commit is contained in:
@@ -52,7 +52,6 @@ abstract class AbstractControllerLogic
|
||||
return $this->logic($request);
|
||||
|
||||
} catch (ErrorException $exception){
|
||||
dd($exception);
|
||||
return (new ApiResponseObject($this->getNotificationTitle().' failed', $exception->getMessage(), $exception->getCode()))->handler();
|
||||
|
||||
}
|
||||
|
||||
@@ -137,7 +137,6 @@ class CreateUserLogic extends AbstractControllerLogic
|
||||
return $this->authenticateUserLogic->execute($request);
|
||||
|
||||
} catch (\Exception $exception){
|
||||
dd($exception);
|
||||
throw new ErrorException($exception->getMessage(), $exception->getCode());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user