feat : Decorator basic
This commit is contained in:
8
app/Interface/Test/Adapter/PaymentGatewayInterface.php
Normal file
8
app/Interface/Test/Adapter/PaymentGatewayInterface.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Interface\Test\Adapter;
|
||||
|
||||
interface PaymentGatewayInterface
|
||||
{
|
||||
public function pay(float $amount): array;
|
||||
}
|
||||
Reference in New Issue
Block a user