Skip to content

Commit

Permalink
Fix listener name for consistency with other listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Mar 28, 2023
1 parent a74fcc7 commit 252426e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* will not have any feedback that anything was out of the ordinary, which is
* the point of the honeypot.
*/
final class HoneypotListener implements EventSubscriberInterface
final class HoneypotEventListener implements EventSubscriberInterface
{
public static function getSubscribedEvents(): array
{
Expand Down
2 changes: 1 addition & 1 deletion bundle/Resources/config/event_listeners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:
- { name: kernel.event_subscriber }

ngsite.listener.honeypot:
class: Netgen\Bundle\SiteBundle\EventListener\HoneypotListener
class: Netgen\Bundle\SiteBundle\EventListener\HoneypotEventListener
tags:
- { name: kernel.event_subscriber }

Expand Down

0 comments on commit 252426e

Please sign in to comment.