]> git.mxchange.org Git - friendica.git/commitdiff
Fix indentation
authorMichael <heluecht@pirati.ca>
Mon, 28 Aug 2023 14:14:07 +0000 (14:14 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 28 Aug 2023 14:14:07 +0000 (14:14 +0000)
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;
 
        /**