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

View file

@ -48,7 +48,7 @@ final class Report extends \Friendica\BaseRepository
$this->factory = $factory; $this->factory = $factory;
$this->postFactory = $postFactory; $this->postFactory = $postFactory;
$this->ruleFactory = $postFactory; $this->ruleFactory = $ruleFactory;
} }
public function selectOneById(int $lastInsertId): \Friendica\Moderation\Entity\Report public function selectOneById(int $lastInsertId): \Friendica\Moderation\Entity\Report