Browse Source

添加服务信息接口

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

+ 0
- 1
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');
19
     }
18
     }
20
 
19
 
21
     /**
20
     /**

Loading…
Cancel
Save