diff --git a/guides/plugins/plugins/storefront/add-scss-variables-via-subscriber.md b/guides/plugins/plugins/storefront/add-scss-variables-via-subscriber.md index 83f59c6f7..541157e21 100644 --- a/guides/plugins/plugins/storefront/add-scss-variables-via-subscriber.md +++ b/guides/plugins/plugins/storefront/add-scss-variables-via-subscriber.md @@ -49,7 +49,7 @@ You can add a new subscriber according to the [Listening to events](../plugin-fu namespace Swag\BasicExample\Subscriber; -use Shopware\Storefront\Event\ThemeCompilerEnrichScssVariablesEvent; +use Shopware\Storefront\Theme\Event\ThemeCompilerEnrichScssVariablesEvent; use Symfony\Component\EventDispatcher\EventSubscriberInterface; class ThemeVariableSubscriber implements EventSubscriberInterface