| Current Path : /home/rtorresani/www/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ |
| Current File : //home/rtorresani/www/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelLow.php |
<?php
declare(strict_types=1);
namespace Endroid\QrCode\ErrorCorrectionLevel;
final class ErrorCorrectionLevelLow implements ErrorCorrectionLevelInterface
{
}