mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Add newlines [skip ci]
This commit is contained in:
@@ -22,8 +22,8 @@ class RegisteredUser extends Mailable
|
||||
*/
|
||||
public function __construct(string $address, string $ipAddress)
|
||||
{
|
||||
$this->address = $address;
|
||||
$this->ipAddress = $ipAddress;
|
||||
$this->address = $address;
|
||||
$this->ipAddress = $ipAddress;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user