Skip to content

Commit

Permalink
Added use statement
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <snipe@snipe.net>
  • Loading branch information
snipe committed Feb 22, 2022
1 parent 784bf6f commit 0a4a548
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
use App\Helpers\Helper;
use Illuminate\Validation\ValidationException;
use Illuminate\Auth\AuthenticationException;
use Log;
use Throwable;
use JsonException;
Expand Down Expand Up @@ -142,4 +143,4 @@ public function register()
//
});
}
}
}

0 comments on commit 0a4a548

Please sign in to comment.