@@ -33,7 +33,7 @@ |
||
33 | 33 | */ |
34 | 34 | public function execute(Command $command) |
35 | 35 | { |
36 | - $this->lastCommandId = (string)$command; |
|
36 | + $this->lastCommandId = (string) $command; |
|
37 | 37 | $this->commandBus->execute($command); |
38 | 38 | } |
39 | 39 |