8000 Added missing comment · Adldap2/Adldap2-Laravel@b49ab20 · GitHub
[go: up one dir, main page]

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

Commit b49ab20

Browse files
committed
Added missing comment
1 parent 8863297 commit b49ab20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/auth/setup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ class OnlyManagersAndAccounting extends Rule
154154
// Laravel <= 5.6
155155
return str_contains($this->user->getDn(), $ous);
156156

157+
// Laravel >= 5.7
157158
return Str::contains($this->user->getDn(), $ous)
158159
}
159160
}

0 commit comments

Comments
 (0)
0