rename PickSubscriptionType to PickEventType

This commit is contained in:
2019-05-02 12:16:48 +02:00
parent 8a6e7396ca
commit c2b5e0f767
3 changed files with 6 additions and 6 deletions

View File

@@ -41,12 +41,12 @@ use Symfony\Component\Security\Core\Role\Role;
use Symfony\Component\Translation\TranslatorInterface;
/**
* Class PickSubscriptionType
* Class PickEventType
*
* @package Chill\EventBundle\Form\Type
* @author Mathieu Jaumotte jaum_mathieu@collectifs.net
*/
class PickSubscriptionType extends AbstractType
class PickEventType extends AbstractType
{
/**
@@ -75,7 +75,7 @@ class PickSubscriptionType extends AbstractType
protected $translator;
/**
* PickSubscriptionType constructor.
* PickEventType constructor.
*
* @param EventRepository $eventRepository
* @param TokenStorageInterface $tokenStorage