]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Post/Category.php
Merge remote-tracking branch 'upstream/2023.09-rc' into user-defined-channels
[friendica.git] / src / Model / Post / Category.php
index dd6171b0f6b05d35c6b7836bdb5db0c47d8df242..c242e8ffd878dd97ee046331d79a688667504aa9 100644 (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;
 
        /**