diff options
Diffstat (limited to 'library/Director/Dashboard/Dashlet/DependencyObjectDashlet.php')
-rw-r--r-- | library/Director/Dashboard/Dashlet/DependencyObjectDashlet.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/Director/Dashboard/Dashlet/DependencyObjectDashlet.php b/library/Director/Dashboard/Dashlet/DependencyObjectDashlet.php index 47a18aa..b6455fe 100644 --- a/library/Director/Dashboard/Dashlet/DependencyObjectDashlet.php +++ b/library/Director/Dashboard/Dashlet/DependencyObjectDashlet.php @@ -6,7 +6,7 @@ class DependencyObjectDashlet extends Dashlet { protected $icon = 'sitemap'; - protected $requiredStats = array('dependency'); + protected $requiredStats = ['dependency']; public function getTitle() { |