Completed
Push — master ( 80a801...35d786 )
by Peter
21:35
created
src/AppBundle/Controller/DefaultController.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,14 +2,14 @@
 block discarded – undo
2 2
 
3 3
 namespace AppBundle\Controller;
4 4
 
5
+use AppBundle\Entity\Contact;
5 6
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
6 7
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
7 8
 use Symfony\Component\Form\Extension\Core\Type\EmailType;
8 9
 use Symfony\Component\Form\Extension\Core\Type\SubmitType;
9
-use Symfony\Component\Form\Extension\Core\Type\TextareaType;
10 10
 use Symfony\Component\Form\Extension\Core\Type\TextType;
11
+use Symfony\Component\Form\Extension\Core\Type\TextareaType;
11 12
 use Symfony\Component\HttpFoundation\Request;
12
-use AppBundle\Entity\Contact;
13 13
 
14 14
 class DefaultController extends Controller
15 15
 {
Please login to merge, or discard this patch.