]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/LdapService.php
Reverted shift change to old migration
[bookstack] / app / Auth / Access / LdapService.php
index ddd6ada97fe429d4e1fe9ae3b1aa7ca5b9e1cbbc..e3a38537ac3ae4ae9def8d7336b29a330e587aa6 100644 (file)
@@ -285,6 +285,7 @@ class LdapService
         }
 
         $userGroups = $this->groupFilter($user);
+
         return $this->getGroupsRecursive($userGroups, []);
     }