remove test code

This commit is contained in:
Taylor Otwell 2016-08-04 08:22:16 -05:00
parent 196c267562
commit a39c52c67d
1 changed files with 0 additions and 1 deletions

View File

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