feat : Decorator basic
This commit is contained in:
@@ -11,9 +11,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace App\Service\Test\Adapter\Pay;
|
||||
|
||||
use App\Interface\Test\Adapter\PaymentGateway;
|
||||
use App\Interface\Test\Adapter\PaymentGatewayInterface;
|
||||
|
||||
class AlipayAdapter implements PaymentGateway
|
||||
class AlipayAdapter implements PaymentGatewayInterface
|
||||
{
|
||||
/**
|
||||
* @var AlipayService
|
||||
|
||||
Reference in New Issue
Block a user