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
commit 6709c69f3c
1 changed files with 1 additions and 0 deletions

View File

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