Fix invalidJSON exception

This commit is contained in:
snipe 2019-08-14 22:18:48 -07:00
parent f1143d701a
commit a6d486ea8a

View file

@ -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
{
/**