vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductIndexingMessage.php line 7

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace Shopware\Core\Content\Product\DataAbstractionLayer;
  3. use Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexingMessage;
  4. class ProductIndexingMessage extends EntityIndexingMessage
  5. {
  6. }