Skip to content

Commit

Permalink
fix: remove unused DI in background job
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Citharel <[email protected]>
  • Loading branch information
tcitworld committed Aug 29, 2024
1 parent d7d08dc commit 831edaf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/NotificationQueueJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

use OCA\AnnouncementCenter\Model\Announcement;
use OCA\AnnouncementCenter\Model\AnnouncementDoesNotExistException;
use OCA\AnnouncementCenter\Service\Markdown;
use OCA\Guests\UserBackend;
use OCP\Activity\IEvent;
use OCP\Activity\IManager as IActivityManager;
Expand Down Expand Up @@ -66,8 +65,7 @@ public function __construct(
INotificationManager $notificationManager,
IMailer $mailer,
LoggerInterface $logger,
Manager $manager,
private Markdown $markdown
Manager $manager
) {
parent::__construct($time);
$this->config = $config;
Expand Down

0 comments on commit 831edaf

Please sign in to comment.