File "Server.php"

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

<?php

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

/**
 * Baseurl aliases
 */
class Server
{
    public const DEFAULT_ = 'default';
}