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