mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-03 14:20:11 +02:00
ListController::createTabs(): Add missing return statement
This commit is contained in:
parent
907486ccac
commit
6f04c54f3c
@ -803,6 +803,6 @@ class ListController extends Controller
|
|||||||
*/
|
*/
|
||||||
private function createTabs()
|
private function createTabs()
|
||||||
{
|
{
|
||||||
$this->getTabs()->extend(new OutputFormat())->extend(new DashboardAction())->extend(new MenuAction());
|
return $this->getTabs()->extend(new OutputFormat())->extend(new DashboardAction())->extend(new MenuAction());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user