]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/ChapterController.php
Aligned constructors across controller classes
[bookstack] / app / Http / Controllers / ChapterController.php
index 8eba43e21778b2995bea0897f171919500d4b001..e085a0dc78a874afd74e888836a73027f137a997 100644 (file)
@@ -21,7 +21,6 @@ class ChapterController extends Controller
     public function __construct(ChapterRepo $chapterRepo)
     {
         $this->chapterRepo = $chapterRepo;
-        parent::__construct();
     }
 
     /**