Fix indentation
This commit is contained in:
parent
2bc0abbc50
commit
86b6be0668
1 changed files with 3 additions and 3 deletions
|
@ -33,9 +33,9 @@ use Friendica\Model\Tag;
|
|||
*/
|
||||
class Category
|
||||
{
|
||||
const UNKNOWN = 0;
|
||||
const CATEGORY = 3;
|
||||
const FILE = 5;
|
||||
const UNKNOWN = 0;
|
||||
const CATEGORY = 3;
|
||||
const FILE = 5;
|
||||
const SUBCRIPTION = 10;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue