@@ -17,7 +17,7 @@ |
||
| 17 | 17 | { |
| 18 | 18 | $projector->fromStream('event_stream') |
| 19 | 19 | ->when([ |
| 20 | - CategoryWasCreated::class => function ($state, CategoryWasCreated $event) { |
|
| 20 | + CategoryWasCreated::class => function($state, CategoryWasCreated $event) { |
|
| 21 | 21 | /** @var CategoryReadModel $readModel */ |
| 22 | 22 | $readModel = $this->readModel(); |
| 23 | 23 | $readModel->stack('insert', [ |