@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace AppBundle\Controller\Admin; |
4 | 4 | |
5 | -use AppBundle\Entity\Answer; |
|
6 | 5 | use AppBundle\Entity\Module; |
7 | 6 | use AppBundle\Entity\Question; |
8 | 7 | use AppBundle\Form\QuestionType; |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
8 | 8 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
9 | 9 | use AppBundle\Entity\User; |
10 | -use AppBundle\Form\UserType; |
|
11 | 10 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
12 | 11 | use Symfony\Component\Form\Extension\Core\Type\SubmitType; |
13 | 12 |
@@ -1,23 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace AppBundle\Services; |
3 | 3 | |
4 | -use AppBundle\Entity\Comment; |
|
5 | 4 | use AppBundle\Entity\ModuleUser; |
6 | 5 | use AppBundle\Entity\PassModule; |
7 | 6 | use AppBundle\Form\AnswerForPassType; |
8 | -use AppBundle\Form\CommentType; |
|
9 | 7 | use AppBundle\Traits\GenerateOutput; |
10 | 8 | use Faker\Provider\cs_CZ\DateTime; |
11 | -use Knp\Component\Pager\PaginatorInterface; |
|
12 | -use Proxies\__CG__\AppBundle\Entity\Module; |
|
13 | 9 | use Symfony\Bridge\Doctrine\RegistryInterface; |
14 | 10 | use Symfony\Component\Form\Extension\Core\Type\SubmitType; |
15 | 11 | use Symfony\Component\Form\FormFactoryInterface; |
16 | -use Symfony\Component\HttpFoundation\RedirectResponse; |
|
17 | 12 | use Symfony\Component\HttpFoundation\Request; |
18 | -use Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface; |
|
19 | -use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
|
20 | -use Symfony\Component\Routing\RouterInterface; |
|
21 | 13 | use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface; |
22 | 14 | |
23 | 15 | class PassManager |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
8 | 8 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
9 | 9 | use Symfony\Component\HttpFoundation\Request; |
10 | -use Symfony\Component\HttpFoundation\Response; |
|
11 | 10 | |
12 | 11 | class AccountController extends Controller |
13 | 12 | { |