Skip to content

Commit

Permalink
Fix ConsoleListener.php for newer symfony version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub-Fajkus committed Jan 25, 2022
1 parent 2f4cc2d commit f7a2a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/KdybyTests/Console/data/ConsoleListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class ConsoleListener implements \Kdyby\Events\Subscriber
public function getSubscribedEvents()
{
return [
ConsoleEvents::COMMAND,
ConsoleEvents::TERMINATE,
ConsoleEvents::COMMAND => 'command',
ConsoleEvents::TERMINATE => 'terminate',
];
}

Expand Down

0 comments on commit f7a2a3d

Please sign in to comment.