Selaa lähdekoodia

添加服务信息接口

chenxiqiang 7 vuotta sitten
vanhempi
commit
de4fa2dcc3
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      manage-server/app/Providers/AppServiceProvider.php

+ 1
- 0
manage-server/app/Providers/AppServiceProvider.php Näytä tiedosto

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
 

Loading…
Peruuta
Tallenna