Move Notify::TYPE_INTRO
This commit is contained in:
12
src/Model/Notify/Type.php
Normal file
12
src/Model/Notify/Type.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Friendica\Model\Notify;
|
||||
|
||||
/**
|
||||
* Enum for different types of the Notify
|
||||
*/
|
||||
class Type
|
||||
{
|
||||
/** @var int Introduction notifications */
|
||||
const INTRO = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user