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

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. use Shopware\Core\Framework\Log\Package;
  5. #[Package('core')]
  6. class ProductIndexingMessage extends EntityIndexingMessage
  7. {
  8. }