Update Update.php

This commit is contained in:
Anyon 2019-07-18 15:42:49 +08:00
parent eeaf6e3285
commit a9b9ba0db1

View File

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