fix phpcs

This commit is contained in:
Dennis Eichhorn 2020-03-14 20:07:03 +01:00
parent f15e8cf25a
commit dfd9f065d7

View File

@ -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')