Starbugstone / SnowTricks

OpenClassrooms - Php Symfony App dev - project 6
0 stars 0 forks source link

create an event listener and call it on new trick creation #19

Closed Starbugstone closed 5 years ago

Starbugstone commented 5 years ago

would be better to add an event listener to the new trick call. This will enable calls to logging, sending mails and other utilities.

Starbugstone commented 5 years ago

https://symfony.com/doc/current/event_dispatcher.html#creating-an-event-subscriber

Starbugstone commented 5 years ago

done, but went a bit OTT with the subscribers