add:新增Collection toTree方法
This commit is contained in:
@@ -37,7 +37,7 @@ class Roles extends CatchModel
|
||||
return $this->catchSearch()
|
||||
->order('id', 'desc')
|
||||
->select()
|
||||
->toArray();
|
||||
->toTree();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user