]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/HomeController.php
Fixes image deletion failing in subdirectory.
[bookstack] / app / Http / Controllers / HomeController.php
index 4d536c1b3461fde0ae136a8afa47fa7ffceea359..2bf029b519d76645a4ec807d49d44d0003bf17fb 100644 (file)
@@ -1,7 +1,7 @@
 <?php namespace BookStack\Http\Controllers;
 
 use Activity;
-use BookStack\Entities\EntityRepo;
+use BookStack\Entities\Repos\EntityRepo;
 use Illuminate\Http\Response;
 use Views;