We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4daf26 commit 2ce8b3dCopy full SHA for 2ce8b3d
1 file changed
src/Entities/User.php
@@ -154,6 +154,7 @@ public function saveEmailIdentity(): bool
154
'email' => $this->email,
155
'password' => '',
156
]);
157
+
158
$identity = $this->getEmailIdentity();
159
}
160
0 commit comments