예제 #1
0
 public function add(Invoice $invoice)
 {
     $this->eventStore->apply(new EventStream\Name(Invoice::class), $invoice->getRecordedEvents());
 }