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 a5b2c56 commit b6f10b8Copy full SHA for b6f10b8
src/Entities/User.php
@@ -47,7 +47,7 @@ class User extends Entity
47
/**
48
* Returns the first identity of the given $type for this user.
49
*
50
- * @param string $type 'email_2fa'|'email_activate'|'email_password'
+ * @param string $type 'email_2fa'|'email_activate'|'email_password'|'magic-link'
51
*/
52
public function getIdentity(string $type): ?UserIdentity
53
{
0 commit comments