Skip to content

Commit 8d0ce5f

Browse files
committed
fix import order
1 parent 2bda485 commit 8d0ce5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Model/Config/CurrencyRoundingConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
namespace Opengento\CurrencyPrecision\Model\Config;
99

10-
use Magento\Store\Model\ScopeInterface;
1110
use Magento\Framework\App\Config\ScopeConfigInterface;
11+
use Magento\Store\Model\ScopeInterface;
1212

1313
/**
1414
* System configuration of currencies rounding.

Observer/AdjustCurrencyPrecision.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
namespace Opengento\CurrencyPrecision\Observer;
99

1010
use Magento\Framework\DataObject;
11-
use Magento\Framework\Event\ObserverInterface;
1211
use Magento\Framework\Event\Observer;
12+
use Magento\Framework\Event\ObserverInterface;
1313
use Opengento\CurrencyPrecision\Model\CurrencyRounding;
1414

1515
/**

0 commit comments

Comments
 (0)