X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/349162ea139556b2d25e09e155cec84e21cc9227..refs/pull/2510/head:/app/Http/Controllers/AttachmentController.php diff --git a/app/Http/Controllers/AttachmentController.php b/app/Http/Controllers/AttachmentController.php index f52143292..04e89ac5d 100644 --- a/app/Http/Controllers/AttachmentController.php +++ b/app/Http/Controllers/AttachmentController.php @@ -25,7 +25,6 @@ class AttachmentController extends Controller $this->attachmentService = $attachmentService; $this->attachment = $attachment; $this->pageRepo = $pageRepo; - parent::__construct(); }