Skip to content

Commit

Permalink
Fix for old magento versions
Browse files Browse the repository at this point in the history
  • Loading branch information
magefan authored Jun 3, 2024
1 parent fe0db33 commit 6bb485e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Plugin/Magento/Customer/Model/Visitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ class Visitor
public function __construct(
RequestInterface $request,
SessionManagerInterface $session,
ManagerInterface $_eventManager,

ManagerInterface $_eventManager
) {
$this->request = $request;
$this->session = $session;
Expand Down

0 comments on commit 6bb485e

Please sign in to comment.