laracasts / Commander

Easily leverage commands and domain events in your Laravel projects.
https://laracasts.com/series/commands-and-domain-events
MIT License
279 stars 68 forks source link

Fix case where command namespace contains Command #3

Closed wkjagt closed 10 years ago

wkjagt commented 10 years ago

Fixes the case where a command has a namespace that contains the string Command. For example, if I have a command Acme/Commanding/LaunchMissileCommand, only the last instance of Command should be replaced with CommandHandler or Validator.

laracasts commented 10 years ago

Thx!

ipalaus commented 10 years ago

@laracasts @JeffreyWay can you tag a new version? thanks!

laracasts commented 10 years ago

Done.

wkjagt commented 10 years ago

Awesome! Thanks!