mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-14 10:52:41 +01:00
10 lines
109 B
PHP
10 lines
109 B
PHP
|
<?php
|
||
|
|
||
|
final class DifferentialMailPhase {
|
||
|
|
||
|
const WELCOME = 1;
|
||
|
const UPDATE = 2;
|
||
|
const COMMENT = 3;
|
||
|
|
||
|
}
|