feat: better data wf
This commit is contained in:
9
src/Entity/DTO/QRCode/QRCodePaymentIdentification.php
Normal file
9
src/Entity/DTO/QRCode/QRCodePaymentIdentification.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Entity\DTO\QRCode;
|
||||
|
||||
readonly class QRCodePaymentIdentification
|
||||
{
|
||||
public function __construct(public ?string $variableSymbol, public ?string $specificSymbol, public ?string $constantSymbol) { }
|
||||
}
|
||||
Reference in New Issue
Block a user