mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Bug fix, thank you scrutiniser.
This commit is contained in:
@@ -32,7 +32,7 @@ class UserRegistration extends Event
|
|||||||
*/
|
*/
|
||||||
public function __construct(User $user, string $ipAddress)
|
public function __construct(User $user, string $ipAddress)
|
||||||
{
|
{
|
||||||
$this->user = $user;
|
$this->user = $user;
|
||||||
$this->ip = $ipAddress;
|
$this->ipAddress = $ipAddress;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user