mirror of
https://github.com/friendica/friendica
synced 2025-05-06 15:04:10 +02:00
Move Notify::TYPE_INTRO
This commit is contained in:
parent
97b6f6b3b3
commit
cfd50f9abb
8 changed files with 24 additions and 8 deletions
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue