Code cleanup.

This commit is contained in:
James Cole
2016-03-29 16:17:06 +02:00
parent 08b5e66628
commit d774f8e870
35 changed files with 8 additions and 8 deletions

View File

@@ -35,4 +35,4 @@ class ResendConfirmation extends Event
$this->user = $user;
$this->ipAddress = $ipAddress;
}
}
}

View File

@@ -35,4 +35,4 @@ class UserRegistration extends Event
$this->user = $user;
$this->ip = $ipAddress;
}
}
}