]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/CommentController.php
Added front-end toggle and testing of inline attachments
[bookstack] / app / Http / Controllers / CommentController.php
index 2dc1a4de43ea0ea877d9c7107ddcd5f1ef6091cb..bf1a76f518f3ce70f2792bd1138bc309ca961d4d 100644 (file)
@@ -3,7 +3,7 @@
 use Activity;
 use BookStack\Actions\ActivityType;
 use BookStack\Actions\CommentRepo;
-use BookStack\Entities\Page;
+use BookStack\Entities\Models\Page;
 use Illuminate\Http\Request;
 use Illuminate\Validation\ValidationException;
 
@@ -14,7 +14,6 @@ class CommentController extends Controller
     public function __construct(CommentRepo $commentRepo)
     {
         $this->commentRepo = $commentRepo;
-        parent::__construct();
     }
 
     /**