Browse Source

Merge pull request #3858 from laravel/analysis-XV0reP

Applied fixes from StyleCI
Taylor Otwell 7 years ago
parent
commit
6709c69f3c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      routes/web.php

+ 1 - 0
routes/web.php

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