This commit is contained in:
Yuri Kuznetsov
2021-11-04 16:19:43 +02:00
parent 6e31c591bd
commit 334d5609b0
13 changed files with 14 additions and 0 deletions
@@ -122,6 +122,7 @@ class StringDataLoader implements Loader
private function getEmailAddressRepository(): EmailAddressRepository
{
/** @var EmailAddressRepository */
return $this->entityManager->getRepository('EmailAddress');
}
}