9 lines
90 B
PHP
9 lines
90 B
PHP
<?php
|
|
|
|
namespace FreshMail;
|
|
|
|
class FreshmailCode{
|
|
|
|
const ALREADY_SUBSCRIBED = 1304;
|
|
|
|
} |