@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Created by PhpStorm. |
|
4 | - * User: device |
|
5 | - * Date: 29.01.16 |
|
6 | - * Time: 17:07 |
|
7 | - */ |
|
3 | + * Created by PhpStorm. |
|
4 | + * User: device |
|
5 | + * Date: 29.01.16 |
|
6 | + * Time: 17:07 |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | namespace AppBundle\Services; |
10 | 10 |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Created by PhpStorm. |
|
4 | - * User: device |
|
5 | - * Date: 23.02.16 |
|
6 | - * Time: 13:03 |
|
7 | - */ |
|
3 | + * Created by PhpStorm. |
|
4 | + * User: device |
|
5 | + * Date: 23.02.16 |
|
6 | + * Time: 13:03 |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | namespace AppBundle\Services; |
10 | 10 |
@@ -41,7 +41,7 @@ |
||
41 | 41 | $lastName = $input->getArgument('lastName'); |
42 | 42 | |
43 | 43 | $this->getContainer()->get('app.admin.creator') |
44 | - ->create($email, $password, $firstName, $lastName); |
|
44 | + ->create($email, $password, $firstName, $lastName); |
|
45 | 45 | |
46 | 46 | $output->writeln(sprintf('User <comment>%s</comment> was created/updated', $firstName.' '.$lastName)); |
47 | 47 | } |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Created by PhpStorm. |
|
4 | - * User: device |
|
5 | - * Date: 24.02.16 |
|
6 | - * Time: 11:21 |
|
7 | - */ |
|
3 | + * Created by PhpStorm. |
|
4 | + * User: device |
|
5 | + * Date: 24.02.16 |
|
6 | + * Time: 11:21 |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | namespace AppBundle\EventListener; |
10 | 10 |
@@ -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 |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Created by PhpStorm. |
|
4 | - * User: device |
|
5 | - * Date: 09.03.16 |
|
6 | - * Time: 19:01 |
|
7 | - */ |
|
3 | + * Created by PhpStorm. |
|
4 | + * User: device |
|
5 | + * Date: 09.03.16 |
|
6 | + * Time: 19:01 |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | namespace AppBundle\Services; |
10 | 10 |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Created by PhpStorm. |
|
4 | - * User: device |
|
5 | - * Date: 18.03.16 |
|
6 | - * Time: 18:33 |
|
7 | - */ |
|
3 | + * Created by PhpStorm. |
|
4 | + * User: device |
|
5 | + * Date: 18.03.16 |
|
6 | + * Time: 18:33 |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | namespace AppBundle\Tests\Controller\Admin; |
10 | 10 |