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 d28457b commit 707a8e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Dashboard/RecommendationWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

namespace OCA\Recommendations\Dashboard;

use OCA\Recommendations\AppInfo\Application;
use OCA\Recommendations\Service\IRecommendation;
use OCA\Recommendations\Service\RecommendationService;
use OCP\Dashboard\IAPIWidget;
Expand All @@ -41,7 +40,6 @@
use OCP\IURLGenerator;
use OCP\IUserManager;
use OCP\IUserSession;
use OCP\Util;

class RecommendationWidget implements IWidget, IIconWidget, IAPIWidget, IAPIWidgetV2 {
private IUserSession $userSession;
Expand Down

0 comments on commit 707a8e3

Please sign in to comment.