Move Notify::TYPE_CONFIRM

This commit is contained in:
nupplaPhil 2020-02-04 22:05:56 +01:00
parent cfd50f9abb
commit 6e45514e2c
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
5 changed files with 8 additions and 6 deletions

View file

@ -9,4 +9,6 @@ class Type
{
/** @var int Introduction notifications */
const INTRO = 1;
/** @var int Notification about a confirmed introduction */
const CONFIRM = 2;
}