Explorar el Código

添加服务信息接口

chenxiqiang hace 6 años
padre
commit
92c1f53b14
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      manage-server/app/Providers/AppServiceProvider.php

+ 1
- 0
manage-server/app/Providers/AppServiceProvider.php Ver fichero

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

Loading…
Cancelar
Guardar