mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 07:26:02 +00:00
Code reordering and reformatting. I should really start employing style CI.
This commit is contained in:
@@ -40,9 +40,9 @@ class MailError extends Job implements ShouldQueue
|
||||
use InteractsWithQueue, SerializesModels;
|
||||
|
||||
protected string $destination;
|
||||
protected array $exception;
|
||||
protected array $exception;
|
||||
protected string $ipAddress;
|
||||
protected array $userData;
|
||||
protected array $userData;
|
||||
|
||||
/**
|
||||
* MailError constructor.
|
||||
|
||||
Reference in New Issue
Block a user