mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 18:59:04 +02:00
Fix return type mismatch
This commit is contained in:
parent
c082ad3d24
commit
bfb799bf9e
@ -50,7 +50,7 @@ class DashboardHome extends BaseDashboard implements Sortable
|
|||||||
*
|
*
|
||||||
* @var bool
|
* @var bool
|
||||||
*/
|
*/
|
||||||
protected $disabled;
|
protected $disabled = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new dashboard home from the given home item
|
* Create a new dashboard home from the given home item
|
||||||
|
Loading…
x
Reference in New Issue
Block a user