]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Middleware/Authenticate.php
Finished migration of last angular code
[bookstack] / app / Http / Middleware / Authenticate.php
index 8461ed0ba18365574911168e9a3e091a1504f2ac..b7801668882cd5726c2adad97312228d7c14913b 100644 (file)
@@ -4,8 +4,6 @@ namespace BookStack\Http\Middleware;
 
 use Closure;
 use Illuminate\Contracts\Auth\Guard;
-use BookStack\Exceptions\UserRegistrationException;
-use Setting;
 
 class Authenticate
 {