X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/919660678bec2b94eaa84ac60d0313f5ef07dfb7..refs/pull/908/head:/app/Http/Controllers/Auth/LoginController.php diff --git a/app/Http/Controllers/Auth/LoginController.php b/app/Http/Controllers/Auth/LoginController.php index 8ef46c298..e820154e7 100644 --- a/app/Http/Controllers/Auth/LoginController.php +++ b/app/Http/Controllers/Auth/LoginController.php @@ -2,11 +2,11 @@ namespace BookStack\Http\Controllers\Auth; -use BookStack\Exceptions\AuthException; -use BookStack\Http\Controllers\Controller; -use BookStack\Auth\UserRepo; use BookStack\Auth\Access\LdapService; use BookStack\Auth\Access\SocialAuthService; +use BookStack\Auth\UserRepo; +use BookStack\Exceptions\AuthException; +use BookStack\Http\Controllers\Controller; use Illuminate\Contracts\Auth\Authenticatable; use Illuminate\Foundation\Auth\AuthenticatesUsers; use Illuminate\Http\Request;