Fix variable name in constructor in Repository\Report

This commit is contained in:
Hypolite Petovan 2023-08-22 08:50:16 -04:00
parent 0219d200a5
commit ac99ab55c5
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