diff options
Diffstat (limited to 'lib/public/Dashboard/Model/WidgetItem.php')
-rw-r--r-- | lib/public/Dashboard/Model/WidgetItem.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Dashboard/Model/WidgetItem.php b/lib/public/Dashboard/Model/WidgetItem.php index 2bea9b93226..859a5652351 100644 --- a/lib/public/Dashboard/Model/WidgetItem.php +++ b/lib/public/Dashboard/Model/WidgetItem.php @@ -33,7 +33,7 @@ use JsonSerializable; * * This class is used by IAPIWidget interface. * It represents an widget item data that can be provided to clients via the Dashboard API - * @see IAPIWidget::getWidgetItems + * @see IAPIWidget::getItems * * @since 22.0.0 * |