= 4 жил өмнө
parent
commit
9071ca9f23

+ 2 - 2
app/Providers/AppServiceProvider.php

@@ -24,8 +24,8 @@ class AppServiceProvider extends ServiceProvider
      */
     public function boot(UrlGenerator $url) 
     {
-        if (config('app.env') !== 'local') {
+        //if (config('app.env') !== 'local') {
             $url->forceScheme('https');
-        }
+        //}
     }
 }