oont-contents/plugins/wpify-woo/deps/endroid/qr-code/src/Label/Alignment/LabelAlignmentRight.php
2025-02-08 15:10:23 +01:00

8 lines
160 B
PHP

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