Browse Source

Applied fixes from StyleCI

Taylor Otwell 7 years ago
parent
commit
3807819dd0
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');
 });