فهرست منبع

fixed use statements

Fabien Potencier 14 سال پیش
والد
کامیت
7026743e96
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      Form/CsrfType.php
  2. 1 1
      Form/DoctrineType.php

+ 1 - 1
Form/CsrfType.php

@@ -11,7 +11,7 @@
 
 namespace Symfony\Bundle\WebConfiguratorBundle\Form;
 
-use Symfony\Component\Form\Type\AbstractType;
+use Symfony\Component\Form\AbstractType;
 use Symfony\Component\Form\FormBuilder;
 
 /**

+ 1 - 1
Form/DoctrineType.php

@@ -12,7 +12,7 @@
 namespace Symfony\Bundle\WebConfiguratorBundle\Form;
 
 use Symfony\Bundle\WebConfiguratorBundle\Step\DoctrineStep;
-use Symfony\Component\Form\Type\AbstractType;
+use Symfony\Component\Form\AbstractType;
 use Symfony\Component\Form\FormBuilder;
 
 /**