Explorar o código

Fix example code in docs (#4375)

Nikolay Oleynikov %!s(int64=8) %!d(string=hai) anos
pai
achega
ab002517b3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Resources/doc/reference/batch_actions.rst

+ 1 - 0
Resources/doc/reference/batch_actions.rst

@@ -68,6 +68,7 @@ granularity), the passed query is ``null``.
     use Sonata\AdminBundle\Controller\CRUDController as BaseController;
     use Sonata\AdminBundle\Datagrid\ProxyQueryInterface;
     use Symfony\Component\HttpFoundation\RedirectResponse;
+    use Symfony\Component\HttpFoundation\Request;
     use Symfony\Component\Security\Core\Exception\AccessDeniedException;
 
     class CRUDController extends BaseController