Skip to content

Commit 449433e

Browse files
Update README.md
1 parent 35c7952 commit 449433e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class OrdersController implements CommandBusAwareInterface
2929
{
3030
...
3131
$command = new MakeOrderCommand($data);
32-
$this->getCommandBus()->handle($command);
32+
$this->handleCommand($command);
3333
...
3434
}
3535

@@ -100,4 +100,4 @@ class MyAdapter implements CommandBusInterface
100100
//handle a command
101101
}
102102
}
103-
```
103+
```

0 commit comments

Comments
 (0)