]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/UserController.php
Code cleanup, bug squashing
[bookstack] / app / Http / Controllers / UserController.php
index b1b7e5c4451fe362736267b2bd21a123f9a2964c..1713565fcdf8685770725bd23bfec3f199f4bd75 100644 (file)
@@ -27,7 +27,6 @@ class UserController extends Controller
         $this->userRepo = $userRepo;
         $this->inviteService = $inviteService;
         $this->imageRepo = $imageRepo;
-        parent::__construct();
     }
 
     /**