Fix return type mismatch

This commit is contained in:
Yonas Habteab 2022-04-13 15:03:18 +02:00
parent 037adcb975
commit 40092ef57c

View File

@ -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