deprecated, fix useless repository service definition

This commit is contained in:
2020-07-16 14:44:40 +02:00
parent e886d671c1
commit a92686d10b
5 changed files with 3 additions and 24 deletions

View File

@@ -42,13 +42,6 @@ use Chill\CustomFieldsBundle\Entity\CustomField;
class PersonListWidget implements WidgetInterface
{
/**
* Repository for persons
*
* @var EntityRepository
*/
protected $personRepository;
/**
* The entity manager
*
@@ -76,7 +69,6 @@ class PersonListWidget implements WidgetInterface
protected $user;
public function __construct(
EntityRepository $personRepostory,
EntityManager $em,
AuthorizationHelper $authorizationHelper,
TokenStorage $tokenStorage