mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 04:33:54 -06:00
Try changes to the handler
This commit is contained in:
parent
bf778d2fca
commit
56cbc7683e
@ -10,6 +10,7 @@ use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
|
||||
use Illuminate\Mail\Message;
|
||||
use Log;
|
||||
use Mail;
|
||||
use Request;
|
||||
use Swift_TransportException;
|
||||
use Symfony\Component\HttpKernel\Exception\HttpException;
|
||||
use Auth;
|
||||
@ -82,7 +83,7 @@ class Handler extends ExceptionHandler
|
||||
'code' => $exception->getCode(),
|
||||
'loggedIn' => !is_null($user),
|
||||
'user' => $user,
|
||||
'ip' => $request->ip(),
|
||||
'ip' => Request::ip(),
|
||||
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user