@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace AppBundle\Repository; |
4 | 4 | |
5 | -use Symfony\Component\Finder\Finder; |
|
6 | 5 | use AppBundle\Entity\Psr; |
7 | 6 | use Mni\FrontYAML\Parser; |
7 | +use Symfony\Component\Finder\Finder; |
|
8 | 8 | |
9 | 9 | class PsrRepository |
10 | 10 | { |
@@ -73,7 +73,7 @@ |
||
73 | 73 | |
74 | 74 | $form->handleRequest($request); |
75 | 75 | |
76 | - if($form->isSubmitted() && $form->isValid()) { |
|
76 | + if ($form->isSubmitted() && $form->isValid()) { |
|
77 | 77 | // send email to admin |
78 | 78 | $message = \Swift_Message::newInstance() |
79 | 79 | ->setSubject('Message from Symfony.si') |