Update Update.php

This commit is contained in:
Anyon 2019-07-18 16:10:26 +08:00
parent 2b686b4a0f
commit c4447600a8

View File

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