mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Fix invalidJSON exception
This commit is contained in:
parent
f1143d701a
commit
a6d486ea8a
|
@ -2,12 +2,14 @@
|
|||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use App\Helpers\Helper;
|
||||
use Exception;
|
||||
use Illuminate\Auth\AuthenticationException;
|
||||
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
|
||||
use App\Helpers\Helper;
|
||||
use Illuminate\Validation\ValidationException;
|
||||
use Log;
|
||||
|
||||
|
||||
class Handler extends ExceptionHandler
|
||||
{
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue