joselfonseca / laravel-tactician

Laravel Tactician is an implementation of the Command Bus Tactician by Ross Tuck.
MIT License
61 stars 12 forks source link

updated the bus to accept a prebuilt command #4

Closed jcrowe206 closed 7 years ago

jcrowe206 commented 7 years ago

Ran into a problem trying to use the command bus wherein I build the command using a static factory method (factory methods are currently unsupported by this package natively). This simple change will solve for this issue

joselfonseca commented 7 years ago

Thanks! @jcrowe206