From 70edb27fe34ab719bd99edfd6d28f515e2ffaefc Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 27 Sep 2019 20:00:01 -0500 Subject: [PATCH] stuff --- app/Http/Controllers/Hauling/HaulingController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/Controllers/Hauling/HaulingController.php b/app/Http/Controllers/Hauling/HaulingController.php index 2821dc4..2f16df1 100644 --- a/app/Http/Controllers/Hauling/HaulingController.php +++ b/app/Http/Controllers/Hauling/HaulingController.php @@ -15,14 +15,14 @@ use App\Library\Hauling\HaulingHelper; class HaulingController extends Controller { public function __construct() { - $this->middleware('role:Guest'); + // } /** * Controller function to display form */ public function displayForm() { - return view('hauling.display.test'); + return view('hauling.display.display'); } /**