create event message for newsletter subsribe action

This commit is contained in:
Manuel Raynaud
2013-10-22 09:46:38 +02:00
parent 6b8c7602b4
commit f52a0f3652

View File

@@ -681,4 +681,9 @@ final class TheliaEvents
* sent for clearing cache
*/
const CACHE_CLEAR = 'thelia.cache.clear';
/**
* sent for subscribing to the newsletter
*/
const NEWSLETTER_SUBSCRIBE = 'thelia.newsletter.subscribe';
}