Merge branch 'master' into v5

This commit is contained in:
Anyon 2019-07-19 11:48:21 +08:00
commit 2ea518d7ae

View File

@ -36,7 +36,7 @@ class Update extends Controller
*/
public function tree()
{
$sync = new Sync();
$sync = new Sync('Sync');
$this->success('获取当前文件列表成功!', $sync->build());
}