@@ -3,11 +3,7 @@ |
||
| 3 | 3 | namespace AppBundle\Helper; |
| 4 | 4 | |
| 5 | 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 | 6 | use Symfony\Component\DependencyInjection\ContainerInterface; |
| 10 | -use Symfony\Component\VarDumper\VarDumper; |
|
| 11 | 7 | |
| 12 | 8 | class AutomatedEditsHelper extends HelperBase |
| 13 | 9 | { |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
| 10 | 10 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
| 11 | 11 | use Symfony\Component\HttpFoundation\Request; |
| 12 | -use Symfony\Component\HttpFoundation\RequestStack; |
|
| 13 | 12 | |
| 14 | 13 | class EditCounterController extends Controller |
| 15 | 14 | { |