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