Update Update.php

This commit is contained in:
Anyon 2019-07-19 11:49:50 +08:00
parent 6c08b37693
commit 5cfc17b0eb

View File

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