mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
NavigationItemRenderer::setOptions(): Add missing return statement
This commit is contained in:
parent
66c4fc404e
commit
907486ccac
@ -80,6 +80,8 @@ class NavigationItemRenderer
|
||||
$this->$setter($value);
|
||||
}
|
||||
}
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user