]> BookStack Code Mirror - bookstack/blobdiff - app/Api/UserApiTokenController.php
Refactor notify exception to clean up api exception handling
[bookstack] / app / Api / UserApiTokenController.php
index 4a15f89477fff768a491b23cc435b82279ad57e3..d8fc1171c41f11e3be488dee6171c114b9f8190e 100644 (file)
@@ -3,7 +3,7 @@
 namespace BookStack\Api;
 
 use BookStack\Activity\ActivityType;
-use BookStack\Http\Controllers\Controller;
+use BookStack\Http\Controller;
 use BookStack\Users\Models\User;
 use Illuminate\Http\Request;
 use Illuminate\Support\Facades\Hash;