From a39c52c67dae96854fe3addc95af68bddd95cb98 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 4 Aug 2016 08:22:16 -0500 Subject: [PATCH] remove test code --- routes/web.php | 1 - 1 file changed, 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 7ebcd08f..a4dabc89 100644 --- a/routes/web.php +++ b/routes/web.php @@ -12,6 +12,5 @@ */ Route::get('/', function () { - dd(env('REDIS_PORT')); return view('welcome'); });