resolve conflicts and clean up file

This commit is contained in:
Taylor Otwell
2016-08-04 08:21:57 -05:00
2 changed files with 15 additions and 14 deletions

View File

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