]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/SettingController.php
Apply column fix to all tables
[bookstack] / app / Http / Controllers / SettingController.php
index 92435f924ffe47a85c28a5a54b7d4427f2336eeb..f02f541bc9ba5b1a9ad14270d900ae053b23900d 100644 (file)
@@ -15,7 +15,6 @@ class SettingController extends Controller
     public function __construct(ImageRepo $imageRepo)
     {
         $this->imageRepo = $imageRepo;
-        parent::__construct();
     }
 
     /**