]> BookStack Code Mirror - bookstack/blobdiff - app/Providers/AuthServiceProvider.php
Applied StyleCI changes, added php/larastan to attribution
[bookstack] / app / Providers / AuthServiceProvider.php
index bc7caa195ac4876e7a58621ac7699fabedc5ce68..4a626e4fadd49e49d697967c496aad433f6de488 100644 (file)
@@ -4,8 +4,8 @@ namespace BookStack\Providers;
 
 use BookStack\Api\ApiTokenGuard;
 use BookStack\Auth\Access\ExternalBaseUserProvider;
-use BookStack\Auth\Access\Guards\LdapSessionGuard;
 use BookStack\Auth\Access\Guards\AsyncExternalBaseSessionGuard;
+use BookStack\Auth\Access\Guards\LdapSessionGuard;
 use BookStack\Auth\Access\LdapService;
 use BookStack\Auth\Access\LoginService;
 use BookStack\Auth\Access\RegistrationService;