?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/cryptoimpot.fr/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/



?? Go up: /home/webdevt/www/cryptoimpot.fr/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square

?? Viewing: Environment.php

<?php

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

/**
 * Environments available for API
 */
class Environment
{
    public const PRODUCTION = 'production';
    public const SANDBOX = 'sandbox';
    public const CUSTOM = 'custom';
}


??

??