Alan Gabriel Bem
Alan Gabriel Bem
... and configured dependabot
...and try to cleanup transaction from (possibly) corrupted aggregates
- check if aggregate supports given command - check if listener supports given query
just pass aggregate class and string id as parameters to instantiate it. Aggregates/entities Interfaces would require only `public function id() : string`. Implement it in tandem with #129
it should be able to instantiate it by itself using reflection and service locator (with implementation of Symfony container) - reminiscent of autowiring in Symfony
[DDD/CQRS on this topic](https://groups.google.com/forum/#!topic/dddcqrs/qGYC6qZEqOI)