mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-15 16:28:39 +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();
|
$elements = NavElementMapper::getAll();
|
||||||
$search = \explode(' ', $request->getData('search'))[1];
|
$search = \explode(' ', $request->getData('search'))[1];
|
||||||
|
|
||||||
$found = null;
|
$found = null;
|
||||||
foreach ($elements as $element) {
|
foreach ($elements as $element) {
|
||||||
if (empty($element->uri)) {
|
if (empty($element->uri)) {
|
||||||
continue;
|
continue;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user