Skip to content

Commit a4af228

Browse files
committed
Make non-nullable
1 parent 5222eaf commit a4af228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/OpenLDAP/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class User extends Entry implements Authenticatable
3535
/**
3636
* Get the unique identifier for the user.
3737
*/
38-
public function getAuthIdentifier(): ?string
38+
public function getAuthIdentifier(): string
3939
{
4040
return $this->getFirstAttribute($this->guidKey);
4141
}

0 commit comments

Comments
 (0)