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 1a9b63a commit 0ac6cec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Dashboard/ActivityWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
use OCP\Dashboard\IAPIWidgetV2;
use OCP\Dashboard\IButtonWidget;
use OCP\Dashboard\IIconWidget;
use OCP\Dashboard\IReloadableWidget;
use OCP\Dashboard\Model\WidgetButton;
use OCP\Dashboard\Model\WidgetItem;
use OCP\Dashboard\Model\WidgetItems;
Expand All @@ -43,7 +42,7 @@
use OCP\IURLGenerator;
use OCP\Util;

class ActivityWidget implements IAPIWidget, IAPIWidgetV2, IButtonWidget, IIconWidget, IReloadableWidget {
class ActivityWidget implements IAPIWidget, IAPIWidgetV2, IButtonWidget, IIconWidget {
private Data $data;
private IL10N $l10n;
private GroupHelper $helper;
Expand Down

0 comments on commit 0ac6cec

Please sign in to comment.