Fix variable name in constructor in Repository\Report
This commit is contained in:
parent
0219d200a5
commit
ac99ab55c5
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue