mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
fbc63fe57c
commit
c7c28a81d5
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