Ver código fonte

添加服务信息接口

chenxiqiang 7 anos atrás
pai
commit
de4fa2dcc3

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

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

Carregando…
Cancelar
Salvar