Explorar el Código

添加服务信息接口

chenxiqiang hace 7 años
padre
commit
1e65afcceb
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

15
     public function boot()
15
     public function boot()
16
     {
16
     {
17
         Schema::defaultStringLength(191);
17
         Schema::defaultStringLength(191);
18
+        \URL::forceScheme('https');
18
     }
19
     }
19
 
20
 
20
     /**
21
     /**

Loading…
Cancelar
Guardar