Skip to content

Commit

Permalink
CR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayn93 committed Aug 28, 2024
1 parent 4f19c07 commit 11c3ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Model/Export/Catalog/ExportPreviewProducts.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
use Magento\Framework\App\RequestInterface;
use Traversable;

#[\AllowDynamicProperties]
class ExportPreviewProducts implements \IteratorAggregate
{
private int $entityId = 0;

public function __construct(
private readonly ProductRepositoryInterface $productRepository,
private readonly RequestInterface $request,
Expand Down
1 change: 0 additions & 1 deletion src/Model/Export/Catalog/ProductField/GenericField.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
use Omikron\Factfinder\Model\Export\Catalog\AttributeValuesExtractor;
use Magento\Catalog\Model\Product;

#[\AllowDynamicProperties]
class GenericField implements FieldInterface
{
private ?Attribute $attribute = null;
Expand Down

0 comments on commit 11c3ced

Please sign in to comment.