File "MeasurementUnitGeneric.php"

Full Path: /home/capoeirajd/www/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models/MeasurementUnitGeneric.php
File size: 180 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

declare (strict_types=1);
namespace WPForms\Vendor\Square\Models;

class MeasurementUnitGeneric
{
    /**
     * The generic unit.
     */
    public const UNIT = 'UNIT';
}