Merge pull request #13372 from MrPetovan/bug/13365-repost-post-rules

Fix variable name in constructor in Repository\Report
This commit is contained in:
Michael Vogel 2023-08-22 22:08:41 +02:00 committed by GitHub
commit 4a348f8bca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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