Files
Commerce/lib/mollie/src/Idempotency/IdempotencyKeyGeneratorContract.php
“VeLiTi” 6f1cc27ec4 Initial commit
2025-01-30 11:43:37 +01:00

9 lines
120 B
PHP

<?php
namespace Mollie\Api\Idempotency;
interface IdempotencyKeyGeneratorContract
{
public function generate();
}