]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/ExportService.php
Update maintenance.php
[bookstack] / app / Entities / ExportService.php
index fc0e4d11491185ce19fb0fc8f44ad19c3a8cb7a9..09635aa214f0b8e112583e2c747644030e5bd4b1 100644 (file)
@@ -1,9 +1,6 @@
 <?php namespace BookStack\Entities;
 
-use BookStack\Entities\Book;
-use BookStack\Entities\Chapter;
-use BookStack\Entities\Page;
-use BookStack\Entities\EntityRepo;
+use BookStack\Entities\Repos\EntityRepo;
 use BookStack\Uploads\ImageService;
 
 class ExportService
@@ -14,7 +11,8 @@ class ExportService
 
     /**
      * ExportService constructor.
-     * @param $entityRepo
+     * @param EntityRepo $entityRepo
+     * @param ImageService $imageService
      */
     public function __construct(EntityRepo $entityRepo, ImageService $imageService)
     {