]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Api/ChapterExportApiController.php
Aligned constructors across controller classes
[bookstack] / app / Http / Controllers / Api / ChapterExportApiController.php
index f19f29e9d2d752ee23182abbb0def5758e816714..a52bfdfb687f4edba08a73adb0019e2586e5c0bf 100644 (file)
@@ -17,7 +17,6 @@ class ChapterExportApiController extends ApiController
     {
         $this->chapterRepo = $chapterRepo;
         $this->exportService = $exportService;
-        parent::__construct();
     }
 
     /**