Update ORM to fix relationship bug

This commit is contained in:
garrettmills
2020-02-11 01:09:24 -06:00
parent b82d7a51f2
commit b427a16601
4 changed files with 24 additions and 16 deletions

View File

@@ -22,7 +22,6 @@ class Menu extends Controller {
children: nodes,
noDelete: true,
virtual: true,
expanded: true,
})
return res.api(menu)