]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Controllers/ChapterExportController.php
Comments: Added HTML filter on load, tinymce elem filtering
[bookstack] / app / Entities / Controllers / ChapterExportController.php
index b69a0b10ea412915b7e2f270c57614c9456bc533..b67ec9b373b0d29adaf356471e6ab38e31b32a59 100644 (file)
@@ -5,7 +5,7 @@ namespace BookStack\Entities\Controllers;
 use BookStack\Entities\Repos\ChapterRepo;
 use BookStack\Entities\Tools\ExportFormatter;
 use BookStack\Exceptions\NotFoundException;
-use BookStack\Http\Controllers\Controller;
+use BookStack\Http\Controller;
 use Throwable;
 
 class ChapterExportController extends Controller