inc/managers/InvitationsManager.php
@@ -25,7 +25,7 @@ return; } $this->setInviteConfig(); $this->cache = Cache::for('invitations'); $this->cache = Cache::for('invitations')->user(); add_action('init', [$this, 'registerInvitationExecutors'], 5); add_action('user_register', [$this, 'checkInvitation']);