mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update translations and notifications.
This commit is contained in:
@@ -40,13 +40,11 @@ class AdminTestMail extends Mailable
|
||||
public string $email;
|
||||
|
||||
/**
|
||||
* ConfirmEmailChangeMail constructor.
|
||||
*
|
||||
* @param string $email
|
||||
* AdminTestMail constructor.
|
||||
*/
|
||||
public function __construct(string $email)
|
||||
public function __construct()
|
||||
{
|
||||
$this->email = $email;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user