@@ -4,10 +4,8 @@ |
||
4 | 4 | |
5 | 5 | use Symfony\Component\Form\DataTransformerInterface; |
6 | 6 | use Symfony\Component\Form\Exception\TransformationFailedException; |
7 | - |
|
8 | 7 | use Doctrine\Common\Collections\ArrayCollection; |
9 | 8 | use Doctrine\Common\Persistence\ManagerRegistry; |
10 | - |
|
11 | 9 | use Oro\Bundle\SecurityBundle\SecurityFacade; |
12 | 10 | use Oro\Bundle\UserBundle\Entity\User; |
13 | 11 | use Oro\Bundle\CalendarBundle\Entity\CalendarEvent; |
@@ -4,10 +4,8 @@ |
||
4 | 4 | |
5 | 5 | use Symfony\Component\Form\FormInterface; |
6 | 6 | use Symfony\Component\HttpFoundation\Request; |
7 | - |
|
8 | 7 | use Doctrine\Common\Persistence\ObjectManager; |
9 | 8 | use Doctrine\Common\Collections\ArrayCollection; |
10 | - |
|
11 | 9 | use Oro\Bundle\CalendarBundle\Entity\CalendarEvent; |
12 | 10 | use Oro\Bundle\CalendarBundle\Model\Email\EmailSendProcessor; |
13 | 11 |
@@ -4,10 +4,8 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\Common\Collections\ArrayCollection; |
6 | 6 | use Doctrine\Common\Persistence\ObjectManager; |
7 | - |
|
8 | 7 | use Symfony\Component\Form\FormInterface; |
9 | 8 | use Symfony\Component\HttpFoundation\Request; |
10 | - |
|
11 | 9 | use Oro\Bundle\ActivityBundle\Manager\ActivityManager; |
12 | 10 | use Oro\Bundle\EntityBundle\Tools\EntityRoutingHelper; |
13 | 11 | use Oro\Bundle\CalendarBundle\Entity\CalendarEvent; |
@@ -3,10 +3,8 @@ |
||
3 | 3 | namespace Oro\Bundle\CalendarBundle\Form\Handler; |
4 | 4 | |
5 | 5 | use Doctrine\Common\Persistence\ObjectManager; |
6 | - |
|
7 | 6 | use Symfony\Component\Form\FormInterface; |
8 | 7 | use Symfony\Component\HttpFoundation\Request; |
9 | - |
|
10 | 8 | use Oro\Bundle\CalendarBundle\Entity\CalendarEvent; |
11 | 9 | |
12 | 10 | class SystemCalendarEventHandler |
@@ -3,10 +3,8 @@ |
||
3 | 3 | namespace Oro\Bundle\CalendarBundle\Form\Handler; |
4 | 4 | |
5 | 5 | use Doctrine\Common\Persistence\ObjectManager; |
6 | - |
|
7 | 6 | use Symfony\Component\Form\FormInterface; |
8 | 7 | use Symfony\Component\HttpFoundation\Request; |
9 | - |
|
10 | 8 | use Oro\Bundle\CalendarBundle\Entity\SystemCalendar; |
11 | 9 | |
12 | 10 | class SystemCalendarHandler |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use Symfony\Component\OptionsResolver\Options; |
10 | 10 | use Symfony\Component\OptionsResolver\OptionsResolverInterface; |
11 | 11 | use Symfony\Component\Translation\TranslatorInterface; |
12 | - |
|
13 | 12 | use Oro\Bundle\CalendarBundle\Entity\Calendar; |
14 | 13 | use Oro\Bundle\CalendarBundle\Entity\CalendarEvent; |
15 | 14 | use Oro\Bundle\CalendarBundle\Entity\SystemCalendar; |
@@ -7,9 +7,7 @@ |
||
7 | 7 | use Symfony\Component\Form\FormInterface; |
8 | 8 | use Symfony\Component\Form\FormView; |
9 | 9 | use Symfony\Component\OptionsResolver\OptionsResolverInterface; |
10 | - |
|
11 | 10 | use Oro\Bundle\FormBundle\Autocomplete\ConverterInterface; |
12 | - |
|
13 | 11 | use Oro\Bundle\CalendarBundle\Form\DataTransformer\EventsToUsersTransformer; |
14 | 12 | |
15 | 13 | class CalendarEventInviteesType extends AbstractType |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Symfony\Component\Form\FormEvent; |
8 | 8 | use Symfony\Component\Form\FormEvents; |
9 | 9 | use Symfony\Component\OptionsResolver\OptionsResolverInterface; |
10 | - |
|
11 | 10 | use Oro\Bundle\CalendarBundle\Entity\CalendarEvent; |
12 | 11 | |
13 | 12 | class CalendarEventType extends AbstractType |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Doctrine\DBAL\Schema\Schema; |
7 | 7 | use Doctrine\DBAL\Schema\Table; |
8 | 8 | use Doctrine\DBAL\Types\Type; |
9 | - |
|
10 | 9 | use Oro\Bundle\ActivityBundle\Migration\Extension\ActivityExtension; |
11 | 10 | use Oro\Bundle\EntityExtendBundle\Migration\ExtendOptionsManager; |
12 | 11 | use Oro\Bundle\EntityExtendBundle\Migration\Extension\ExtendExtension; |