Optimized namespaces

This commit is contained in:
Kevin Frantz
2018-10-03 17:10:15 +02:00
parent 011ef696f5
commit ab15856aa4
5 changed files with 7 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\OptionsResolver\OptionsResolver;
use Symfony\Component\Form\Extension\Core\Type\TextType;
use App\Entity\NameSource;
use App\Entity\Source\NameSource;
class NameSourceType extends AbstractType
{