1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Applied styleci changes

This commit is contained in:
Dan Brown
2021-09-26 15:48:22 +01:00
parent 5c7eb0df57
commit 05d99a312d
10 changed files with 12 additions and 12 deletions

View File

@ -2,7 +2,6 @@
namespace BookStack\Providers;
use Illuminate\Support\Facades\Auth;
use BookStack\Api\ApiTokenGuard;
use BookStack\Auth\Access\ExternalBaseUserProvider;
use BookStack\Auth\Access\Guards\LdapSessionGuard;
@ -10,6 +9,7 @@ use BookStack\Auth\Access\Guards\Saml2SessionGuard;
use BookStack\Auth\Access\LdapService;
use BookStack\Auth\Access\LoginService;
use BookStack\Auth\Access\RegistrationService;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\ServiceProvider;
class AuthServiceProvider extends ServiceProvider