]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Controllers/ChapterExportApiController.php
respective book and chapter structure added.
[bookstack] / app / Entities / Controllers / ChapterExportApiController.php
index 08aa959b3eb97d151e4b4c1bb87a0ec56d07603f..ceb2522b2118212657a9a1bbab666fe42c28581c 100644 (file)
@@ -2,7 +2,6 @@
 
 namespace BookStack\Entities\Controllers;
 
-use BookStack\Entities\Models\Chapter;
 use BookStack\Entities\Queries\ChapterQueries;
 use BookStack\Entities\Tools\ExportFormatter;
 use BookStack\Http\ApiController;