]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/LdapService.php
Fixed failing test after drawio default url change
[bookstack] / app / Auth / Access / LdapService.php
index f5d64dab3158d1ddf48dc45377fbe348f90ba6a4..2540fe2d821386e591a668f3b460836678d0f1fa 100644 (file)
@@ -295,8 +295,8 @@ class LdapService
 
         if ($this->config['dump_user_groups']) {
             throw new JsonDebugException([
-                'details_from_ldap'  => $user,
-                'parsed_direct_user_groups' => $userGroups,
+                'details_from_ldap'             => $user,
+                'parsed_direct_user_groups'     => $userGroups,
                 'parsed_recursive_user_groups'  => $allGroups,
             ]);
         }