Start your All-Access Pass to unlock this challenge
In my "Greatest Pizzas of all Time" app, whenever a new pizza is added to the catalog, I'm broadcasting the entity so that it can be automatically updated in all clients!
The entity class is called App\Entity\Pizza
.
What should I add to my template in order to listen to its updates?