This commit is contained in:
Andras Bacsai
2023-06-12 20:54:29 +02:00
parent 0496a32e1d
commit 169dc3c2d1
6 changed files with 18 additions and 29 deletions

View File

@@ -72,7 +72,7 @@ class InviteLink extends Component
return general_error_handler(err: $e, that: $this, customErrorMessage: $error_message);
}
}
public function inviteByLink()
public function viaLink()
{
$this->generate_invite_link();
}