]> git.mxchange.org Git - friendica.git/blobdiff - src/Moderation/Repository/Report.php
New user account type "Channel Relay"
[friendica.git] / src / Moderation / Repository / Report.php
index e405f780812b062073827fc3198e50dd2e25b1d1..6290f9014d38048d23447d292a4095c3f81618eb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -48,7 +48,7 @@ final class Report extends \Friendica\BaseRepository
 
                $this->factory     = $factory;
                $this->postFactory = $postFactory;
-               $this->ruleFactory = $postFactory;
+               $this->ruleFactory = $ruleFactory;
        }
 
        public function selectOneById(int $lastInsertId): \Friendica\Moderation\Entity\Report