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'); });