]> BookStack Code Mirror - bookstack/blobdiff - app/Access/Controllers/UserInviteController.php
respective book and chapter structure added.
[bookstack] / app / Access / Controllers / UserInviteController.php
index 03e045ce147a728d390aea37a4c33aae3c826765..9ee05b84fa9436ab8c5fbe77427d4e084d8af7ce 100644 (file)
@@ -5,7 +5,7 @@ namespace BookStack\Access\Controllers;
 use BookStack\Access\UserInviteService;
 use BookStack\Exceptions\UserTokenExpiredException;
 use BookStack\Exceptions\UserTokenNotFoundException;
-use BookStack\Http\Controllers\Controller;
+use BookStack\Http\Controller;
 use BookStack\Users\UserRepo;
 use Exception;
 use Illuminate\Http\RedirectResponse;