feat : Decorator basic
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Interface\Test\Adapter;
|
||||
|
||||
interface PaymentGateway
|
||||
interface PaymentGatewayInterface
|
||||
{
|
||||
public function pay(float $amount): array;
|
||||
}
|
||||
Reference in New Issue
Block a user