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