From 2226d60b214d13eb1257c41757e671f76ec07da3 Mon Sep 17 00:00:00 2001 From: Lorenzo Ruozzi Date: Fri, 15 Dec 2023 15:27:44 +0100 Subject: [PATCH] Fix docu (#194) --- docs/architecture_and_customization.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/architecture_and_customization.md b/docs/architecture_and_customization.md index fffdceb..49673f8 100644 --- a/docs/architecture_and_customization.md +++ b/docs/architecture_and_customization.md @@ -245,9 +245,7 @@ value of the property ignorable of the event based on given product: namespace App\EventSubscriber; use Symfony\Component\EventDispatcher\EventSubscriberInterface; -use Webgriffe\SyliusAkeneoPlugin\Event\IdentifiersModifiedSinceSearchBuilderBuiltEvent; -use Webgriffe\SyliusAkeneoPlugin\Product\Importer as ProductImporter; -use Webgriffe\SyliusAkeneoPlugin\ProductAssociations\Importer as ProductAssociationsImporter; +use Webgriffe\SyliusAkeneoPlugin\Event\AkeneoProductChangedEvent; final class AkeneoProductChangedEventSubscriber implements EventSubscriberInterface {