prooph / event-store-symfony-bundle

Event Store Symfony Bundle

Home Page:http://getprooph.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command event-store:projection:names broken

hvanoch opened this issue · comments

The symfony command event-store:projection:names is broken.
it now returns

[Symfony\Component\Console\Exception\InvalidArgumentException]
The "projection-name" argument does not exist.

It is because it extends the AbstractProjectionCommand which tries to get the projection name of the argument. But that is not used in that command.

@hvanoch Can you retry with latest master? Merged the fix 5h ago ;)
#24

Perfect! Thanks.