feat: using QRCode form
feat: using QRCode form QROptionsDefaultProvider
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user