Completed
Pull Request — master (#34)
by
unknown
01:35
created
Controller/Base/BaseController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -15,12 +15,10 @@
 block discarded – undo
15 15
 
16 16
 use Dealer\Dealer;
17 17
 use Dealer\Model\DealerQuery;
18
-use Propel\Generator\Model\Database;
19 18
 use Propel\Runtime\Propel;
20 19
 use Symfony\Component\HttpFoundation\RedirectResponse;
21 20
 use Thelia\Controller\Admin\BaseAdminController;
22 21
 use Thelia\Core\Security\AccessManager;
23
-use Thelia\Core\Security\Resource\AdminResources;
24 22
 use Thelia\Core\Thelia;
25 23
 use Thelia\Form\Exception\FormValidationException;
26 24
 use Thelia\Tools\URL;
Please login to merge, or discard this patch.
Controller/SchedulesController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Propel\Runtime\Propel;
20 20
 use Symfony\Component\HttpFoundation\RedirectResponse;
21 21
 use Thelia\Core\Security\AccessManager;
22
-use Thelia\Core\Security\Resource\AdminResources;
23 22
 use Thelia\Form\Exception\FormValidationException;
24 23
 use Thelia\Tools\URL;
25 24
 
Please login to merge, or discard this patch.
Commands/UpdateDealerTables.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 
6 6
 
7 7
 use Dealer\Service\UpdateTablesService;
8
-use Symfony\Component\Console\Input\InputArgument;
9 8
 use Symfony\Component\Console\Input\InputInterface;
10 9
 use Symfony\Component\Console\Output\OutputInterface;
11 10
 use Thelia\Command\ContainerAwareCommand;
Please login to merge, or discard this patch.