X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/898cedf5362a43afcee85cf24c8352240cb54690..1e5951a75f053c3c45e6e56a96e76dbd79807d99:/app/Http/Controllers/Auth/RegisterController.php diff --git a/app/Http/Controllers/Auth/RegisterController.php b/app/Http/Controllers/Auth/RegisterController.php index 0bdeef9e6..cbec1f03f 100644 --- a/app/Http/Controllers/Auth/RegisterController.php +++ b/app/Http/Controllers/Auth/RegisterController.php @@ -51,7 +51,6 @@ class RegisterController extends Controller $this->redirectTo = url('/'); $this->redirectPath = url('/'); - parent::__construct(); } /** @@ -118,5 +117,4 @@ class RegisterController extends Controller 'password' => Hash::make($data['password']), ]); } - }