Przeglądaj źródła

添加服务信息接口

chenxiqiang 7 lat temu
rodzic
commit
1e65afcceb

+ 1
- 0
manage-server/app/Providers/AppServiceProvider.php Wyświetl plik

@@ -15,6 +15,7 @@ class AppServiceProvider extends ServiceProvider
15 15
     public function boot()
16 16
     {
17 17
         Schema::defaultStringLength(191);
18
+        \URL::forceScheme('https');
18 19
     }
19 20
 
20 21
     /**

Loading…
Anuluj
Zapisz