Skip to content

Commit

Permalink
Removed: Unused AbstractSubscriber::getMasterRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
igormukhingmailcom committed Nov 19, 2021
1 parent 5b0953e commit d028fb1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/EventListener/AbstractSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ public function __construct(
$this->pixelEventsGenerator = $pixelEventsGenerator;
}

protected function getMasterRequest(): ?Request
{
return $this->requestStack->getMasterRequest();
}

protected function isShopContext(Request $request = null): bool
{
if (null === $request) {
Expand Down

0 comments on commit d028fb1

Please sign in to comment.