@@ -10,12 +10,12 @@ |
||
| 10 | 10 | |
| 11 | 11 | namespace AppBundle\Controller; |
| 12 | 12 | |
| 13 | +use AppBundle\Entity\EpvResults; |
|
| 14 | +use AppBundle\Helper\Extensions\OfficialExtension; |
|
| 13 | 15 | use Phpbb\Epv\Output\HtmlOutput; |
| 14 | 16 | use Phpbb\Epv\Output\Output; |
| 15 | 17 | use Phpbb\Epv\Tests\TestStartup; |
| 16 | -use AppBundle\Entity\EpvResults; |
|
| 17 | 18 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
| 18 | -use AppBundle\Helper\Extensions\OfficialExtension; |
|
| 19 | 19 | use Symfony\Component\HttpFoundation\Request; |
| 20 | 20 | |
| 21 | 21 | // Controller for Extensions pages |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | */ |
| 10 | 10 | |
| 11 | 11 | namespace AppBundle\Factory; |
| 12 | -use Doctrine\Common\Cache\FilesystemCache; |
|
| 13 | 12 | |
| 14 | 13 | class FilesystemCacheFactory |
| 15 | 14 | { |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace AppBundle\Controller; |
| 4 | 4 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
| 5 | -use Symfony\Component\HttpFoundation\Response; |
|
| 6 | 5 | use Symfony\Component\HttpFoundation\Request; |
| 6 | +use Symfony\Component\HttpFoundation\Response; |
|
| 7 | 7 | |
| 8 | 8 | class VigLinkController extends Controller |
| 9 | 9 | { |