소스 검색

Update exception handler

Daniel Supernault 3 년 전
부모
커밋
1a979bee5c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/Exceptions/Handler.php

+ 0 - 1
app/Exceptions/Handler.php

@@ -5,7 +5,6 @@ namespace App\Exceptions;
 use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
 use Throwable;
 use League\OAuth2\Server\Exception\OAuthServerException;
-use
 
 class Handler extends ExceptionHandler
 {