Skip to content

Commit

Permalink
Update RegistrationListener.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ghasrfakhri authored Sep 23, 2020
1 parent af4bbb7 commit 7d4d167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventListener/RegistrationListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static function getSubscribedEvents()
}
}

public function onRegistrationComleted(FilterUserResponseEvent $event)
public function onRegistrationComleted($event)
{
$this->affiliate->recordRegistration($event->getResponse(), $event->getUser());
}
Expand Down

0 comments on commit 7d4d167

Please sign in to comment.