@@ -10,7 +10,6 @@ |
||
10 | 10 | use Xtools\Page; |
11 | 11 | use Xtools\PagesRepository; |
12 | 12 | use Xtools\Project; |
13 | -use Xtools\ProjectRepository; |
|
14 | 13 | use Xtools\User; |
15 | 14 | |
16 | 15 | class TopEditsController extends ControllerBase |
@@ -2,12 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace AppBundle\Helper; |
4 | 4 | |
5 | -use Doctrine\DBAL\Connection; |
|
6 | -use Psr\Cache\CacheItemPoolInterface; |
|
7 | -use Symfony\Component\Config\Definition\Exception\Exception; |
|
8 | -use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
|
9 | 5 | use Symfony\Component\DependencyInjection\ContainerInterface; |
10 | -use Symfony\Component\VarDumper\VarDumper; |
|
11 | 6 | |
12 | 7 | class AutomatedEditsHelper extends HelperBase |
13 | 8 | { |