mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 21:34:59 +00:00
rename PickSubscriptionType to PickEventType
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user