]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Controller.php
Added testing to cover the pages API
[bookstack] / app / Http / Controllers / Controller.php
index 3ac1392496ad0630fa550cf9a608b6d596229f52..758c85dda4772b094a1abd50947cebc2d3e20238 100644 (file)
@@ -16,11 +16,6 @@ abstract class Controller extends BaseController
 {
     use DispatchesJobs, ValidatesRequests;
 
-    public function __construct()
-    {
-        //
-    }
-
     /**
      * Check if the current user is signed in.
      */