Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5507829

Browse files
committed
Create SaveOrder command and handler
1 parent 284dbd6 commit 5507829

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

src/Message/Command/SaveOrder.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
4+
namespace App\Message\Command;
5+
6+
7+
class SaveOrder
8+
{
9+
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
4+
namespace App\MessageHandler\Command;
5+
6+
7+
class SaveOrderHandler
8+
{
9+
10+
}

0 commit comments

Comments
 (0)