Fixed call to undefined method.
This commit is contained in:
parent
6d90bdce5b
commit
c1edd0d7c9
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class Authorisations {
|
|||
bool $grant = false
|
||||
): void {
|
||||
if($uuid instanceof VerificationInfo) {
|
||||
$remoteAddr = $uuid->getAddressRaw();
|
||||
$remoteAddr = $uuid->getAddress();
|
||||
$uuid = $uuid->getUUIDRaw();
|
||||
} else {
|
||||
if($remoteAddr === null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue