mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 08:11:20 +00:00
Various code fixes.
This commit is contained in:
@@ -87,7 +87,7 @@ class MailError extends Job implements ShouldQueue
|
||||
}
|
||||
}
|
||||
);
|
||||
} catch (Exception $e) {
|
||||
} catch (Exception $e) {
|
||||
Log::error('Exception when mailing: ' . $e->getMessage());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user