feat: implementation UsetrenoQRCodeProvider

This commit is contained in:
2024-01-18 14:20:10 +01:00
parent 450187aa23
commit 264e0260cf
9 changed files with 328 additions and 0 deletions

View 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)
{
}
}