Update Update.php

This commit is contained in:
Anyon 2019-07-19 11:48:36 +08:00
parent a2f31f6dac
commit 1c55630ab5

View File

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