mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +00:00
Error when blocked user logs in
This commit is contained in:
@@ -47,7 +47,8 @@ class MailError extends Job implements ShouldQueue
|
||||
$this->ipAddress = $ipAddress;
|
||||
$this->exception = $exceptionData;
|
||||
|
||||
Log::debug('In mail job constructor');
|
||||
Log::debug('In mail job constructor for error handler.');
|
||||
Log::error('Exception is: ' . json_encode($exceptionData));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user