@@ -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 | { |