Browse Source

添加服务信息接口

chenxiqiang 6 years ago
parent
commit
92c1f53b14
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      manage-server/app/Providers/AppServiceProvider.php

+ 1
- 0
manage-server/app/Providers/AppServiceProvider.php View File

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…
Cancel
Save