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