Skip to content

Commit 13f46e3

Browse files
committed
wip
1 parent 4e8238c commit 13f46e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Pages/RegisterFromInvitationPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function mount($userId = null): void
5858
{
5959
$userId = decrypt($userId);
6060

61-
$this->user = app($this->getUserModel())::withoutGlobalScopes()->findOrFail($userId);
61+
$this->user = $this->getUserModel()::withoutGlobalScopes()->findOrFail($userId);
6262

6363
$this->checkUserVerification();
6464

0 commit comments

Comments
 (0)