Skip to content

Commit

Permalink
PX-1351 latest namespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
swayoleg committed Nov 9, 2022
1 parent 19efd71 commit f1d1001
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Model/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use Magento\Framework\Url\QueryParamsResolverInterface;
use Magento\Framework\App\Config\ScopeConfigInterface;
use Magento\Framework\Url\RouteParamsPreprocessorInterface;
use SfxStoreConfig\Api\SfxStoreConfigInterface;
use StorefrontX\SfxStoreConfig\Api\SfxStoreConfigInterface;
use Magento\Framework\ObjectManagerInterface;

/**
Expand Down Expand Up @@ -194,7 +194,7 @@ class Url extends DataObject implements UrlInterface
protected $routeParamsPreprocessor;

/**
* @var \SfxStoreConfig\Api\SfxStoreConfigInterface
* @var \StorefrontX\SfxStoreConfig\Api\SfxStoreConfigInterface
*/
protected $sfxStoreConfig;

Expand Down Expand Up @@ -234,7 +234,7 @@ class Url extends DataObject implements UrlInterface
* @param \Magento\Framework\Url\QueryParamsResolverInterface $queryParamsResolver
* @param \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig
* @param \Magento\Framework\Url\RouteParamsPreprocessorInterface $routeParamsPreprocessor
* @param \SfxStoreConfig\Api\SfxStoreConfigInterface $sfxStoreConfig
* @param \StorefrontX\SfxStoreConfig\Api\SfxStoreConfigInterface $sfxStoreConfig
* @param string $scopeType
* @param array $data
* @param HostChecker|null $hostChecker
Expand Down

0 comments on commit f1d1001

Please sign in to comment.