Fix indentation

This commit is contained in:
Michael 2023-08-28 14:14:07 +00:00
parent 2bc0abbc50
commit 86b6be0668
1 changed files with 3 additions and 3 deletions

View File

@ -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;
/**