Skip to content

Commit b3f2603

Browse files
committed
Fixed $objectClasses not public on OpenLDAP OU
1 parent ccc18b9 commit b3f2603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/OpenLDAP/OrganizationalUnit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class OrganizationalUnit extends Entry
99
*
1010
* @var array
1111
*/
12-
protected static $objectClasses = [
12+
public static $objectClasses = [
1313
'top',
1414
'organizationalunit',
1515
];

0 commit comments

Comments
 (0)