Skip to content

Commit

Permalink
Add missing import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kinglozzer authored Feb 2, 2021
1 parent c4b9783 commit 270e146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GatewayInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Omnipay\Common\AbstractGateway;
use Omnipay\Common\GatewayFactory;
use SilverStripe\Core\Environment;
use SilverStripe\Omnipay\Exception\InvalidConfigurationException;
use SilverStripe\Omnipay\Model\Payment;
use SilverStripe\Core\Config\Configurable;
Expand Down

0 comments on commit 270e146

Please sign in to comment.