Merge pull request #3858 from laravel/analysis-XV0reP

Applied fixes from StyleCI
This commit is contained in:
Taylor Otwell
2016-08-04 08:22:18 -05:00
committed by GitHub

View File

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