mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-22 06:49:15 +08:00
Update Update.php
This commit is contained in:
parent
eeaf6e3285
commit
a9b9ba0db1
@ -36,7 +36,8 @@ class Update extends Controller
|
||||
*/
|
||||
public function tree()
|
||||
{
|
||||
$this->success('获取当前文件列表成功!', Sync::build());
|
||||
$sync = new Sync();
|
||||
$this->success('获取当前文件列表成功!', $sync->build());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user