mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-31 18:34:07 +00:00
large changes
This commit is contained in:
@@ -54,5 +54,13 @@ class UserInvitationObject
|
||||
return $this->hash;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param null|string $hash
|
||||
*/
|
||||
public function setHash(?string $hash): void
|
||||
{
|
||||
$this->hash = $hash;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user