File "MeasurementUnitGeneric.php"
Full path: /home/capoeirajd/www/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models/MeasurementUnitGeneric.php
File
size: 180 B (180 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
declare (strict_types=1);
namespace WPForms\Vendor\Square\Models;
class MeasurementUnitGeneric
{
/**
* The generic unit.
*/
public const UNIT = 'UNIT';
}