diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-06-28 15:07:23 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-06-28 15:07:23 +0200 |
commit | c7c28a81d59f51e4924a4212813b5ed2de5ee36d (patch) | |
tree | aedc8fb5aea4614d6e6779805c71bc1055ef956b | |
parent | fbc63fe57c7665e7a923ae70deac3ce8fa497acf (diff) | |
download | nextcloud-server-c7c28a81d59f51e4924a4212813b5ed2de5ee36d.tar.gz nextcloud-server-c7c28a81d59f51e4924a4212813b5ed2de5ee36d.zip |
fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-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 * |