Beispiel #1
0
 /**
  * Events must originate from our root, so start from there.
  *
  * @param \Atrauzzi\PhpEventSourcing\Event $event
  */
 public function apply(Event $event)
 {
     $this->aggregateRoot->apply($event);
 }