コード例 #1
0
ファイル: Invoices.php プロジェクト: cocoders/event-store
 public function add(Invoice $invoice)
 {
     $this->eventStore->apply(new EventStream\Name(Invoice::class), $invoice->getRecordedEvents());
 }