diff --git a/core/lib/Thelia/Core/Event/TheliaEvents.php b/core/lib/Thelia/Core/Event/TheliaEvents.php index 65d7a9cc2..731c03f23 100755 --- a/core/lib/Thelia/Core/Event/TheliaEvents.php +++ b/core/lib/Thelia/Core/Event/TheliaEvents.php @@ -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'; }