]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/StoppedAuthenticationException.php
Played around with a new app structure
[bookstack] / app / Exceptions / StoppedAuthenticationException.php
index b9aadb03f33e3aaa4a3a7c03d46916ce511aaade..51e48aa1cf307f7dc211fd2e96f94eadc3dbf583 100644 (file)
@@ -2,8 +2,8 @@
 
 namespace BookStack\Exceptions;
 
-use BookStack\Auth\Access\LoginService;
-use BookStack\Auth\User;
+use BookStack\Access\LoginService;
+use BookStack\Users\Models\User;
 use Illuminate\Contracts\Support\Responsable;
 use Illuminate\Http\Request;