]> git.mxchange.org Git - friendica.git/commit
Add Posts and Rules sub-entities and collections for Moderation\Report
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 14 Dec 2022 15:01:01 +0000 (10:01 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 9 Jul 2023 22:32:42 +0000 (18:32 -0400)
commitd29a84ae461d75b14473157b842a025380433b5b
tree2d899768ae5d1bbcf4faace95825b9da41b0afa8
parenta39029f953461299a875eb9e1301c7a7f6b7f429
Add Posts and Rules sub-entities and collections for Moderation\Report
src/Moderation/Collection/Report/Posts.php [new file with mode: 0644]
src/Moderation/Collection/Report/Rules.php [new file with mode: 0644]
src/Moderation/Entity/Report/Post.php [new file with mode: 0644]
src/Moderation/Entity/Report/Rule.php [new file with mode: 0644]
src/Moderation/Factory/Report/Post.php [new file with mode: 0644]
src/Moderation/Factory/Report/Rule.php [new file with mode: 0644]