File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1313use Rezzza \CommandBus ;
1414
1515$ logger = new Logger ();
16- $ eventDispatcher = new Symfony \Contracts \EventDispatcher \EventDispatcher ();
16+ $ eventDispatcher = new Symfony \Component \EventDispatcher \EventDispatcher ();
1717
1818// redis bus
1919$ redis = new \Redis ();
Original file line number Diff line number Diff line change 33namespace Rezzza \CommandBus \Domain ;
44
55use Symfony \Component \DependencyInjection \ContainerInterface ;
6- use Symfony \Contracts \EventDispatcher \EventDispatcher ;
6+ use Symfony \Component \EventDispatcher \EventDispatcher ;
77
88class ContainerAwareEventDispatcherBus extends EventDispatcher
99{
Original file line number Diff line number Diff line change 77use Rezzza \CommandBus \Domain \Handler \CommandHandlerLocatorInterface ;
88use Rezzza \CommandBus \Domain \Handler \HandlerDefinition ;
99use Rezzza \CommandBus \Domain \Handler \HandlerMethodResolverInterface ;
10- use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
1110
1211class DirectBus implements CommandBusInterface
1312{
You can’t perform that action at this time.
0 commit comments