FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
square
/
square
/
src
/
Models
Edit File: MeasurementUnitGeneric.php
<?php declare(strict_types=1); namespace Square\Models; class MeasurementUnitGeneric { /** * The generic unit. */ public const UNIT = 'UNIT'; }
Save
Back