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

View File

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