]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/CommentController.php
Aligned constructors across controller classes
[bookstack] / app / Http / Controllers / CommentController.php
index 2dc1a4de43ea0ea877d9c7107ddcd5f1ef6091cb..f8586e269d1c2ec2e475d5cf8bf219e4d4786fe7 100644 (file)
@@ -14,7 +14,6 @@ class CommentController extends Controller
     public function __construct(CommentRepo $commentRepo)
     {
         $this->commentRepo = $commentRepo;
-        parent::__construct();
     }
 
     /**