Skip to content

Commit

Permalink
fix listener declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
sveneld committed Jan 7, 2025
1 parent 54f4f9e commit 6f2c18a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/EventListener/BikeRevertEventListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use Symfony\Component\EventDispatcher\Attribute\AsEventListener;
use Symfony\Contracts\Translation\TranslatorInterface;

#[AsEventListener(event: BikeRevertEvent::NAME)]
class BikeRevertEventListener
{
private User $user;
Expand Down

0 comments on commit 6f2c18a

Please sign in to comment.