Browse Source

merged with rpm report fix

= 1 tháng trước cách đây
mục cha
commit
bbcbc7ff07
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Providers/RouteServiceProvider.php

+ 1 - 1
app/Providers/RouteServiceProvider.php

@@ -34,7 +34,7 @@ class RouteServiceProvider extends ServiceProvider
 
         parent::boot();
         if (config('app.env') !== 'local') {
-            \URL::forceScheme('http');
+           // \URL::forceScheme('http');
         }
 
     }