Browse Source

添加服务信息接口

chenxiqiang 6 years ago
parent
commit
1e65afcceb
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

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