Skip to content

Commit

Permalink
Merge pull request #15 from wahidnory/master
Browse files Browse the repository at this point in the history
Add the properties, because otherwise product page breaks.
  • Loading branch information
peterjaap authored Mar 24, 2023
2 parents fb13158 + 84d0c53 commit bd3719d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Model/MovementRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ class MovementRepository implements MovementRepositoryInterface
*/
public $productMetadata;

public CollectionProcessorInterface $collectionProcessor;

/**
* MovementRepository constructor.
* @param ResourceMovement $resource
Expand Down
6 changes: 6 additions & 0 deletions Observer/Backend/Hyva/GridSourcePrefetchInventoryLogGrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

class GridSourcePrefetchInventoryLogGrid implements \Magento\Framework\Event\ObserverInterface
{
private FilterBuilder $filterBuilder;

private FilterGroupBuilder $filterGroupBuilder;

private \Magento\Framework\Registry $registry;

public function __construct(
FilterBuilder $filterBuilder,
FilterGroupBuilder $filterGroupBuilder,
Expand Down

0 comments on commit bd3719d

Please sign in to comment.