Changed data to primitive folder

This commit is contained in:
Kevin Frantz
2018-11-21 17:16:32 +01:00
parent 9a3801152f
commit 706a439b52
25 changed files with 35 additions and 35 deletions

View File

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