fix(API): Fix parameter name to match interface

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/40075/head
Joas Schilling 2 years ago committed by Anna
parent cf2e3bc0ee
commit 2abb503e60
  1. 4
      lib/private/NavigationManager.php

@ -171,8 +171,8 @@ class NavigationManager implements INavigationManager {
/**
* @inheritDoc
*/
public function setActiveEntry($id) {
$this->activeEntry = $id;
public function setActiveEntry($appId) {
$this->activeEntry = $appId;
}
/**

Loading…
Cancel
Save