Skip to content

Commit

Permalink
Fixes after PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Apr 4, 2019
1 parent 8fa9955 commit 1e44270
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
* The views have been moved to the appropriate directories depending on the context.
* This might require changing the serializer settings in your application
* Tactician has been replaced with Symfony Messenger.
* Used `League\Tactician\CommandBus` has been replaced with `Symfony\Component\Messenger\MessageBusInterface`
* The commands are now dispatched using `dispatch()` method instead of `handle()`
* The method name in handlers has been changed from `handle()` to `__invoke()`

# UPGRADE FROM 1.0.0-beta.17 to 1.0.0-beta.18

Expand Down

0 comments on commit 1e44270

Please sign in to comment.