NavigationItemRenderer::setOptions(): Add missing return statement

This commit is contained in:
Sukhwinder Dhillon 2023-08-16 12:41:51 +02:00 committed by raviks789
parent 66c4fc404e
commit 907486ccac
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ class NavigationItemRenderer
$this->$setter($value);
}
}
return $this;
}
/**