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 5222eaf commit a4af228Copy full SHA for a4af228
src/Models/OpenLDAP/User.php
@@ -35,7 +35,7 @@ class User extends Entry implements Authenticatable
35
/**
36
* Get the unique identifier for the user.
37
*/
38
- public function getAuthIdentifier(): ?string
+ public function getAuthIdentifier(): string
39
{
40
return $this->getFirstAttribute($this->guidKey);
41
}
0 commit comments