]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/PageTemplateController.php
Apply column fix to all tables
[bookstack] / app / Http / Controllers / PageTemplateController.php
index eaa1a8ae26ae18f28473c6796062dfb5065dba97..2307bc0d52c09b5bd6ee1411f795ac83c11f8e0a 100644 (file)
@@ -16,7 +16,6 @@ class PageTemplateController extends Controller
     public function __construct(PageRepo $pageRepo)
     {
         $this->pageRepo = $pageRepo;
-        parent::__construct();
     }
 
     /**