Exemple #1
0
 public function execute(EventJsonSerializable $event)
 {
     echo sprintf('[Redis] booking#%s has been confirmed. We need to print a voucher.' . PHP_EOL, $event->getProperties()['bookingId']);
 }