Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayn93 committed Aug 23, 2024
1 parent dfe20fd commit 0a70934
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/Subscriber/CategoryPageResponseSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ public function __construct(
SearchAdapter $searchAdapter,
Engine $mustache,
) {
$this->config = $config;
$this->searchAdapter = $searchAdapter;
$this->mustache = $mustache;
$this->config = $config;
$this->searchAdapter = $searchAdapter;
$this->mustache = $mustache;
}

public static function getSubscribedEvents()
Expand Down Expand Up @@ -76,8 +76,6 @@ public function onPageRendered(ResponseEvent $event): void
} catch (DetectRedirectCampaignException $exception) {
$event->setResponse(new RedirectResponse($exception->getRedirectUrl()));
}


}

/**
Expand Down

0 comments on commit 0a70934

Please sign in to comment.