fix deprecations: use fqcn for form creations in controllers

This commit is contained in:
nobohan
2018-04-03 17:29:26 +02:00
parent 7922f8f181
commit 5e577c3272
4 changed files with 9 additions and 8 deletions

View File

@@ -4,10 +4,11 @@ namespace Chill\MainBundle\Controller;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\Form\Extension\Core\Type\SubmitType;
use Chill\MainBundle\Entity\Scope;
use Chill\MainBundle\Form\ScopeType;
use Symfony\Component\Form\Extension\Core\Type\SubmitType;
/**
* Scope controller.