Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 06f985e

Browse files
committed
Update variable type
1 parent 8519b41 commit 06f985e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/AdldapUserModelTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ trait AdldapUserModelTrait
77
/**
88
* The Adldap User that is bound to the current model.
99
*
10-
* @var \Adldap\Models\User
10+
* @var null|\Adldap\Models\User
1111
*/
1212
public $adldapUser;
1313
}

0 commit comments

Comments
 (0)