large commit

This commit is contained in:
Omair Saleh
2019-06-03 16:24:20 +08:00
parent c59535d991
commit 2aa9ddedde
3 changed files with 3 additions and 3 deletions
@@ -22,6 +22,7 @@ class UserInvitationObject
* @param int $role
* @param string $inviteeEmail
* @param null|string $hash
* @throws \Exception
*/
public function __construct(int $role, string $inviteeEmail, ?string $hash = null)
{