mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -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
d119cb132a
commit
6efaf84ceb
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