Browse Source

remove test code

Taylor Otwell 7 years ago
parent
commit
a39c52c67d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      routes/web.php

+ 0 - 1
routes/web.php

@@ -12,6 +12,5 @@
 */
 
 Route::get('/', function () {
-    dd(env('REDIS_PORT'));
     return view('welcome');
 });