diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2023-07-05 20:00:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-05 20:00:46 +0200 |
commit | 82c5f41dde1246ad92c0d2867f88db800c384a4d (patch) | |
tree | bdb4455e90b636b794f59dcfa5e3406b8a09e529 | |
parent | d119cb132a6d6d346850b7db61aa7ca5aee9e57e (diff) | |
parent | 6efaf84cebd2c17a74975802c4e975a2b388a81e (diff) | |
download | nextcloud-server-82c5f41dde1246ad92c0d2867f88db800c384a4d.tar.gz nextcloud-server-82c5f41dde1246ad92c0d2867f88db800c384a4d.zip |
Merge pull request #39157 from nextcloud/backport/39043/stable27
[stable27] fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem
-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 * |