diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2023-07-05 12:09:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-05 12:09:42 +0200 |
commit | 247193f912ba1bcc09ab605f50d996fec2e88a86 (patch) | |
tree | 321dc127737e15eba26467c50e761e4263b0e869 /lib | |
parent | c5285d68b19f6e53019c47d2d12b48f7c70e26d3 (diff) | |
parent | c7c28a81d59f51e4924a4212813b5ed2de5ee36d (diff) | |
download | nextcloud-server-247193f912ba1bcc09ab605f50d996fec2e88a86.tar.gz nextcloud-server-247193f912ba1bcc09ab605f50d996fec2e88a86.zip |
Merge pull request #39043 from nextcloud/fix/ocp/dashboard-widgetitems-see-widget-getitems
fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem
Diffstat (limited to 'lib')
-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 * |