Your IP : 216.73.217.13


Current Path : /var/www/www.indacotrentino.com/www/vendor/endroid/qr-code/src/Matrix/
Upload File :
Current File : /var/www/www.indacotrentino.com/www/vendor/endroid/qr-code/src/Matrix/MatrixFactoryInterface.php

<?php

declare(strict_types=1);

namespace Endroid\QrCode\Matrix;

use Endroid\QrCode\QrCodeInterface;

interface MatrixFactoryInterface
{
    public function create(QrCodeInterface $qrCode): MatrixInterface;
}