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…
Reference in New Issue