mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-17 02:05:34 +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)
|
||||
{
|
||||
$this->user = $user;
|
||||
$this->ip = $ipAddress;
|
||||
$this->user = $user;
|
||||
$this->ipAddress = $ipAddress;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user