fix financial and certificates
This commit is contained in:
@@ -50,7 +50,8 @@ class NavItem extends BaseModel
|
||||
return static::query()
|
||||
->where('menu_parent_id', $parentId)
|
||||
->where('is_enabled', 1)
|
||||
->orderBy('sort_order', 'asc')
|
||||
->orderBy('label', 'asc')
|
||||
->orderBy('id', 'asc')
|
||||
->get()
|
||||
->toArray();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user