mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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()
|
||||
{
|
||||
$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