Completed
Pull Request — master (#186)
by Vladimir
10:12 queued 07:11
created
src/Service.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
controllers/InvitationController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,11 +1,9 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.