Merge pull request #3858 from laravel/analysis-XV0reP
Applied fixes from StyleCI
This commit is contained in:
commit
6709c69f3c
|
@ -13,5 +13,6 @@
|
||||||
|
|
||||||
Route::get('/', function () {
|
Route::get('/', function () {
|
||||||
dd(env('REDIS_PORT'));
|
dd(env('REDIS_PORT'));
|
||||||
|
|
||||||
return view('welcome');
|
return view('welcome');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue