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 b2f4158 commit 134e04e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Dashboard/TalkWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
use OCP\Dashboard\IConditionalWidget;
use OCP\Dashboard\IIconWidget;
use OCP\Dashboard\IOptionWidget;
use OCP\Dashboard\IReloadableWidget;
use OCP\Dashboard\Model\WidgetButton;
use OCP\Dashboard\Model\WidgetItem;
use OCP\Dashboard\Model\WidgetItems;
Expand All @@ -54,7 +53,7 @@
use OCP\IUserSession;
use OCP\Util;

class TalkWidget implements IAPIWidget, IAPIWidgetV2, IIconWidget, IButtonWidget, IOptionWidget, IConditionalWidget, IReloadableWidget {
class TalkWidget implements IAPIWidget, IAPIWidgetV2, IIconWidget, IButtonWidget, IOptionWidget, IConditionalWidget {

public function __construct(
protected IUserSession $userSession,
Expand Down

0 comments on commit 134e04e

Please sign in to comment.