Skip to content

Commit

Permalink
Fix bad StoreLocale resolver (#2743)
Browse files Browse the repository at this point in the history
* Fix errors in StoreLocale.php

* Rename property

---------

Co-authored-by: Dimitri BOUTEILLE <[email protected]>
Co-authored-by: Peter Ojo <[email protected]>
Co-authored-by: Can Demiralp <[email protected]>
  • Loading branch information
4 people authored Sep 27, 2024
1 parent 9991d27 commit 4d2c099
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Model/Resolver/StoreConfig/StoreLocale.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@
use Magento\Framework\GraphQl\Schema\Type\ResolveInfo;
use Magento\GraphQl\Model\Query\Context;
use Magento\Store\Api\Data\StoreInterface;
use Reflet\GraphQlFaker\Attribute\FakeResolver;
use Reflet\GraphQlFaker\Model\Resolver\NullResolver;

class StoreLocale implements ResolverInterface
{
protected Data $dataHelper;
protected Data $adyenHelper;

/**
* @param Data $adyenHelper
* @param \Adyen\Payment\Helper\Data $adyenHelper
*/
public function __construct(
Data $adyenHelper
Expand Down

0 comments on commit 4d2c099

Please sign in to comment.