mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-01-11 16:18:42 +00:00
fix phpcs
This commit is contained in:
parent
f15e8cf25a
commit
dfd9f065d7
|
|
@ -90,7 +90,7 @@ class Navigation
|
|||
$this->nav = [];
|
||||
|
||||
$query = new Builder($this->dbPool->get('select'));
|
||||
$sth = $query->select('*')
|
||||
$sth = $query->select('*')
|
||||
->from('nav')
|
||||
->whereIn('nav.nav_pid', $hashes)
|
||||
->orderBy('nav.nav_order', 'ASC')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user