]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/ImageController.php
Fixes "bookshelf" pt_BR translation in "activities"
[bookstack] / app / Http / Controllers / ImageController.php
index eb92ae9a8a5d6453385e1b1a99cc70686c004eae..33ff5d236bfc242f855385f6f123a6f137d26ea8 100644 (file)
@@ -1,13 +1,12 @@
 <?php namespace BookStack\Http\Controllers;
 
+use BookStack\Entities\EntityRepo;
 use BookStack\Exceptions\ImageUploadException;
-use BookStack\Exceptions\NotFoundException;
-use BookStack\Repos\EntityRepo;
-use BookStack\Repos\ImageRepo;
+use BookStack\Repos\PageRepo;
+use BookStack\Uploads\Image;
+use BookStack\Uploads\ImageRepo;
 use Illuminate\Filesystem\Filesystem as File;
 use Illuminate\Http\Request;
-use BookStack\Image;
-use BookStack\Repos\PageRepo;
 
 class ImageController extends Controller
 {