mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Reformat various code.
This commit is contained in:
@@ -47,7 +47,7 @@ class RegisteredUser extends Mailable
|
||||
*/
|
||||
public function __construct(string $address)
|
||||
{
|
||||
$this->address = $address;
|
||||
$this->address = $address;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -59,6 +59,6 @@ class RegisteredUser extends Mailable
|
||||
{
|
||||
return $this
|
||||
->markdown('emails.registered')
|
||||
->subject((string)trans('email.registered_subject'));
|
||||
->subject((string) trans('email.registered_subject'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user