mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-01-11 16:18:42 +00:00
cs fixes and todos added
This commit is contained in:
parent
ab4ba54287
commit
16da983954
|
|
@ -52,7 +52,7 @@ final class SearchController extends Controller
|
|||
$elements = NavElementMapper::getAll();
|
||||
$search = \explode(' ', $request->getData('search'))[1];
|
||||
|
||||
$found = null;
|
||||
$found = null;
|
||||
foreach ($elements as $element) {
|
||||
if (empty($element->uri)) {
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user