lib: Make Dashboard::$tabs protected
The SearchDashboard has to override Dashboard::getTabs() in order to set up the correct tab.
This commit is contained in:
parent
863330e50d
commit
139baffdc6
|
@ -36,7 +36,7 @@ class Dashboard extends AbstractWidget
|
||||||
*
|
*
|
||||||
* @var Tabs
|
* @var Tabs
|
||||||
*/
|
*/
|
||||||
private $tabs;
|
protected $tabs;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The parameter that will be added to identify panes
|
* The parameter that will be added to identify panes
|
||||||
|
|
Loading…
Reference in New Issue