Skip to content

Commit 4581609

Browse files
committed
fix: add missing checkQueryReturn()
1 parent e54cb48 commit 4581609

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Models/UserModel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,7 @@ public function saveWithEmailIdentity(User $data): void
228228

229229
$user->saveEmailIdentity();
230230
}
231+
232+
$this->checkQueryReturn($result);
231233
}
232234
}

0 commit comments

Comments
 (0)