feat: using QRCode form

feat: using QRCode form

QROptionsDefaultProvider
This commit is contained in:
2024-01-16 20:31:08 +01:00
parent cb24d39930
commit 08a7d28065
3 changed files with 29 additions and 7 deletions

View File

@@ -5,8 +5,8 @@ namespace App\Service;
use App\Entity\QRCode\QRCodeQROptions;
readonly class QRCodeQROptionsDefaultProvider implements QRCodeQROptionsProviderInterface {
private readonly QRCodeQROptions $qrCodeDefaultOptions;
readonly final class QRCodeQROptionsDefaultProvider implements QRCodeQROptionsProviderInterface {
private QRCodeQROptions $qrCodeDefaultOptions;
public function __construct() {
$this->qrCodeDefaultOptions = new QRCodeQROptions(