This website works better with JavaScript.
首頁
探索
說明
註冊
登入
chenxiqiang
/
houseworking
關註
1
收藏
0
複製
1
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
添加服务信息接口
chenxiqiang
6 年之前
父節點
4aa523cb0f
當前提交
de4fa2dcc3
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
統一視圖
顯示文件統計
1
0
manage-server/app/Providers/AppServiceProvider.php
+ 1
- 0
manage-server/app/Providers/AppServiceProvider.php
查看文件
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
Write
Preview
Loading…
取消
儲存