Skip to content

Commit

Permalink
Fix docu (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Dec 15, 2023
1 parent 74fafb5 commit 2226d60
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/architecture_and_customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 2226d60

Please sign in to comment.