浏览代码

Removed unnecessary 'Use' statement (#4322)

Romain Sanchez 8 年之前
父节点
当前提交
236ab2f76e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Controller/CRUDController.php

+ 0 - 1
Controller/CRUDController.php

@@ -22,7 +22,6 @@ use Sonata\AdminBundle\Util\AdminObjectAclData;
 use Sonata\AdminBundle\Util\AdminObjectAclManipulator;
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
 use Symfony\Component\DependencyInjection\ContainerInterface;
-use Symfony\Component\Form\Form;
 use Symfony\Component\Form\FormView;
 use Symfony\Component\HttpFoundation\JsonResponse;
 use Symfony\Component\HttpFoundation\RedirectResponse;