|
@@ -2,18 +2,18 @@ |
|
|
block discarded – undo |
|
2
|
2
|
|
|
3
|
3
|
namespace AppBundle\Controller; |
|
4
|
4
|
|
|
|
5
|
+use AppBundle\Entity\Contact; |
|
|
6
|
+use AppBundle\Entity\Project; |
|
|
7
|
+use Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache; |
|
5
|
8
|
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
|
6
|
9
|
use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
|
7
|
10
|
use Symfony\Component\Form\Extension\Core\Type\EmailType; |
|
8
|
11
|
use Symfony\Component\Form\Extension\Core\Type\SubmitType; |
|
9
|
|
-use Symfony\Component\Form\Extension\Core\Type\TextareaType; |
|
10
|
12
|
use Symfony\Component\Form\Extension\Core\Type\TextType; |
|
|
13
|
+use Symfony\Component\Form\Extension\Core\Type\TextareaType; |
|
11
|
14
|
use Symfony\Component\HttpFoundation\RedirectResponse; |
|
12
|
15
|
use Symfony\Component\HttpFoundation\Request; |
|
13
|
|
-use AppBundle\Entity\Contact; |
|
14
|
|
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache; |
|
15
|
16
|
use Symfony\Component\HttpFoundation\Response; |
|
16
|
|
-use AppBundle\Entity\Project; |
|
17
|
17
|
|
|
18
|
18
|
class DefaultController extends Controller |
|
19
|
19
|
{ |
Please login to merge, or discard this patch.