mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Set default value for host in UserLoggenIn event
This commit is contained in:
@@ -26,7 +26,7 @@ class UserLoggedIn
|
||||
* @param $user
|
||||
* @param $ip
|
||||
*/
|
||||
public function __construct($user, $ip)
|
||||
public function __construct($user, $ip = '')
|
||||
{
|
||||
$this->user = $user;
|
||||
$this->ip = $ip;
|
||||
|
||||
Reference in New Issue
Block a user