]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/LoginController.php
Add Carbon localization support
[bookstack] / app / Http / Controllers / Auth / LoginController.php
index 0de4a8282b9d61e0f9ffabe75093446996e6c7e0..c9d6a5496ef8c99d3f2fd80feaa835641d22ec34 100644 (file)
@@ -2,6 +2,7 @@
 
 namespace BookStack\Http\Controllers\Auth;
 
+use BookStack\Exceptions\AuthException;
 use BookStack\Http\Controllers\Controller;
 use BookStack\Repos\UserRepo;
 use BookStack\Services\SocialAuthService;