= 4 жил өмнө
parent
commit
e1506831b7

+ 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');
-        //}
+        }
     }
 }