remove not used interface

This commit is contained in:
Kirill Braslavsky 2021-02-22 11:28:20 +02:00
parent 55c3de4f24
commit 6cadb842c1

View file

@ -1,18 +0,0 @@
<?php
/**
* The WcGateway interface.
*
* @package WooCommerce\PayPalCommerce\WcGateway\Gateway
*/
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\WcGateway\Gateway;
/**
* Interface WcGatewayInterface
*/
interface WcGatewayInterface {
}