We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8238c commit 13f46e3Copy full SHA for 13f46e3
1 file changed
src/Pages/RegisterFromInvitationPage.php
@@ -58,7 +58,7 @@ public function mount($userId = null): void
58
{
59
$userId = decrypt($userId);
60
61
- $this->user = app($this->getUserModel())::withoutGlobalScopes()->findOrFail($userId);
+ $this->user = $this->getUserModel()::withoutGlobalScopes()->findOrFail($userId);
62
63
$this->checkUserVerification();
64
0 commit comments