Skip to content

Commit de72aa7

Browse files
committed
fix(control): 初始化
1 parent 01408a2 commit de72aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/app/Http/Controllers/Bus/AutoController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class AutoController extends Controller
1818

1919
public function __construct()
2020
{
21-
$this->http = Http::getInstent();
21+
$this->http || $this->http = Http::getInstent();
2222
}
2323
/**
2424
* 获取七牛 Token 的方法

0 commit comments

Comments
 (0)