Skip to content

Commit

Permalink
Merge pull request #121 from paynl/feature/fixuse
Browse files Browse the repository at this point in the history
Removed double use statements
  • Loading branch information
woutse authored Jun 13, 2023
2 parents 112ed70 + f3d5484 commit c9ecd80
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Model/Config/Source/PinTerminals.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Paynl\Payment\Model\Config\Source;

use Magento\Framework\Option\ArrayInterface;

use Magento\Framework\App\Config\ScopeConfigInterface;
use Magento\Framework\App\RequestInterface;
use Paynl\Payment\Model\Config;
Expand All @@ -12,10 +12,6 @@
use Magento\Store\Model\ScopeInterface;
use Magento\Framework\App\CacheInterface;
use Magento\Framework\Option\ArrayInterface;
use Paynl\Payment\Helper\PayHelper;
use Paynl\Payment\Model\Config;
use Paynl\Payment\Model\Paymentmethod\PaymentMethod;
use Paynl\Paymentmethods;

class PinTerminals implements ArrayInterface
{
Expand Down

0 comments on commit c9ecd80

Please sign in to comment.