Files
zzp-server/vendor/endroid/qr-code/src/Label/Alignment/LabelAlignmentRight.php
2026-01-19 14:19:22 +08:00

10 lines
147 B
PHP

<?php
declare(strict_types=1);
namespace Endroid\QrCode\Label\Alignment;
final class LabelAlignmentRight implements LabelAlignmentInterface
{
}