ok

Mini Shell

Direktori : /home2/selectio/www/fms-worksuite/vendor/square/square/src/
Upload File :
Current File : /home2/selectio/www/fms-worksuite/vendor/square/square/src/Environment.php

<?php

declare(strict_types=1);

namespace Square;

/**
 * Environments available for API
 */
class Environment
{
    public const PRODUCTION = 'production';

    public const SANDBOX = 'sandbox';

    public const CUSTOM = 'custom';
}

Zerion Mini Shell 1.0