Applied fixes from StyleCI

This commit is contained in:
Taylor Otwell 2016-08-04 09:22:13 -04:00 committed by StyleCI Bot
parent 196c267562
commit 3807819dd0
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');
});