Pārlūkot izejas kodu

Merge branch 'dev' into pre

LuluFJ.Ho 2 gadus atpakaļ
vecāks
revīzija
9bba289daf
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0
    1
      app/Exceptions/Handler.php

+ 0
- 1
app/Exceptions/Handler.php Parādīt failu

@@ -57,7 +57,6 @@ class Handler extends ExceptionHandler
57 57
 
58 58
     public function handleApiException(Throwable $exception)
59 59
     { 
60
-        dd($exception);
61 60
         // Route Not Found 404
62 61
         if ($exception instanceof RouteNotFoundException) {
63 62
             return $this->apiExceptionResponse($exception, Response::HTTP_NOT_FOUND, config('response-message.router_failed'));