'restricted_access' => 0, | 'restricted_access' => 0, | ||||
'status' => 1 | 'status' => 1 | ||||
])->orderBy( | ])->orderBy( | ||||
'default DESC, is_bread_box ASC, name ASC' | |||||
'code ASC, restricted_access ASC, is_bread_box ASC, `default` DESC, name ASC' | |||||
//'default DESC, is_bread_box ASC, name ASC' | |||||
), | ), | ||||
'pagination' => [ | 'pagination' => [ | ||||
'pageSize' => 50, | 'pageSize' => 50, |