]> BookStack Code Mirror - bookstack/blobdiff - app/Uploads/Controllers/ImageController.php
Fixed failing references after controller/file reshuffle
[bookstack] / app / Uploads / Controllers / ImageController.php
index 6c2be269ab98959ca876d71d7bbfa57046d2034a..fea0713a242f48cbe9cc8e60f584274af11dff10 100644 (file)
@@ -4,7 +4,7 @@ namespace BookStack\Uploads\Controllers;
 
 use BookStack\Exceptions\ImageUploadException;
 use BookStack\Exceptions\NotFoundException;
-use BookStack\Http\Controllers\Controller;
+use BookStack\Http\Controller;
 use BookStack\Uploads\Image;
 use BookStack\Uploads\ImageRepo;
 use BookStack\Uploads\ImageService;