<?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
/**
* ExportService constructor.
- * @param $entityRepo
+ * @param EntityRepo $entityRepo
+ * @param ImageService $imageService
*/
public function __construct(EntityRepo $entityRepo, ImageService $imageService)
{