mirror of
https://github.com/nextcloud/server.git
synced 2026-03-31 14:47:35 -04:00
Merge pull request #39159 from nextcloud/backport/39043/stable26
[stable26] fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem
This commit is contained in:
commit
e1af3b9dd4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue