update changelog and cs-fixer

This commit is contained in:
2021-12-13 19:43:07 +01:00
parent 976f2fd41a
commit 60032c96f7
3 changed files with 3 additions and 2 deletions

View File

@@ -24,7 +24,6 @@ class RelationshipRepository implements ObjectRepository
private EntityRepository $repository;
public function __construct(EntityManagerInterface $em)
{
$this->repository = $em->getRepository(Relationship::class);