Browse Source

20220915 新增 appServiceProvider 設定

LuluFJ.Ho 3 years ago
parent
commit
7c307354e5
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      app/Providers/AppServiceProvider.php

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

23
      */
23
      */
24
     public function boot()
24
     public function boot()
25
     {
25
     {
26
+        \URL::forceScheme('https');
26
         //
27
         //
27
     }
28
     }
28
 }
29
 }