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

@@ -55,11 +55,7 @@ use Symfony\Component\OptionsResolver\Options;
*/
class PickPersonType extends AbstractType
{
/**
* @var PersonRepository
*/
protected $personRepository;
/**
*
* @var \Chill\MainBundle\Entity\User
@@ -85,7 +81,6 @@ class PickPersonType extends AbstractType
protected $translator;
public function __construct(
PersonRepository $personRepository,
TokenStorageInterface $tokenStorage,
AuthorizationHelper $authorizationHelper,
UrlGeneratorInterface $urlGenerator,