Skip to content

Commit

Permalink
fixup! perf(dashboard): implement widget item api v2
Browse files Browse the repository at this point in the history
  • Loading branch information
st3iny committed Aug 18, 2023
1 parent 757d948 commit 0880a1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Dashboard/CalendarWidgetV2.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@
namespace OCA\Calendar\Dashboard;

use OCP\Dashboard\IAPIWidgetV2;
use OCP\Dashboard\IReloadableWidget;
use OCP\Dashboard\Model\WidgetItems;

/**
* Requires Nextcloud >= 27.1.0
*/
class CalendarWidgetV2 extends CalendarWidget implements IAPIWidgetV2, IReloadableWidget {
class CalendarWidgetV2 extends CalendarWidget implements IAPIWidgetV2 {

Check failure on line 35 in lib/Dashboard/CalendarWidgetV2.php

View workflow job for this annotation

GitHub Actions / Nextcloud dev-master

UndefinedClass

lib/Dashboard/CalendarWidgetV2.php:35:58: UndefinedClass: Class, interface or enum named OCP\Dashboard\IAPIWidgetV2 does not exist (see https://psalm.dev/019)

Check failure on line 35 in lib/Dashboard/CalendarWidgetV2.php

View workflow job for this annotation

GitHub Actions / Nextcloud dev-stable27

UndefinedClass

lib/Dashboard/CalendarWidgetV2.php:35:58: UndefinedClass: Class, interface or enum named OCP\Dashboard\IAPIWidgetV2 does not exist (see https://psalm.dev/019)

Check failure on line 35 in lib/Dashboard/CalendarWidgetV2.php

View workflow job for this annotation

GitHub Actions / Nextcloud dev-stable26

UndefinedClass

lib/Dashboard/CalendarWidgetV2.php:35:58: UndefinedClass: Class, interface or enum named OCP\Dashboard\IAPIWidgetV2 does not exist (see https://psalm.dev/019)

Check failure on line 35 in lib/Dashboard/CalendarWidgetV2.php

View workflow job for this annotation

GitHub Actions / Nextcloud dev-stable25

UndefinedClass

lib/Dashboard/CalendarWidgetV2.php:35:58: UndefinedClass: Class, interface or enum named OCP\Dashboard\IAPIWidgetV2 does not exist (see https://psalm.dev/019)

/**
* @inheritDoc
Expand Down

0 comments on commit 0880a1d

Please sign in to comment.