feat : Decorator basic

This commit is contained in:
2025-09-05 15:00:28 +08:00
parent d43d38d820
commit 5e8cc5c61e
15 changed files with 264 additions and 10 deletions

View File

@@ -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 WechatPayAdapter implements PaymentGateway
class WechatPayAdapter implements PaymentGatewayInterface
{
/**
* @var WechatPayService