@@ -8,7 +8,6 @@ |
||
8 | 8 | |
9 | 9 | use BZIon\Cache\ModelCache; |
10 | 10 | use Pixie\Connection; |
11 | -use Pixie\QueryBuilder\QueryBuilderHandler; |
|
12 | 11 | use Symfony\Component\DependencyInjection\ContainerInterface; |
13 | 12 | use Symfony\Component\EventDispatcher\EventDispatcher; |
14 | 13 | use Symfony\Component\Form\FormFactory; |
@@ -1,11 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | use BZIon\Event\Events; |
4 | -use BZIon\Event\TeamInviteEvent; |
|
5 | 4 | use BZIon\Event\TeamJoinEvent; |
6 | 5 | use BZIon\Form\Creator\InvitationFormCreator; |
7 | 6 | use Symfony\Component\HttpFoundation\RedirectResponse; |
8 | -use Symfony\Component\HttpFoundation\Response; |
|
9 | 7 | |
10 | 8 | class InvitationController extends CRUDController |
11 | 9 | { |