Explorar el Código

added a missing use statement

Fabien Potencier hace 13 años
padre
commit
33f68fe821
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/Symfony/Bundle/FrameworkBundle/HttpKernel.php

+ 1 - 0
src/Symfony/Bundle/FrameworkBundle/HttpKernel.php

@@ -12,6 +12,7 @@
 namespace Symfony\Bundle\FrameworkBundle;
 
 use Symfony\Component\HttpFoundation\Request;
+use Symfony\Component\HttpFoundation\Response;
 use Symfony\Component\HttpKernel\HttpKernelInterface;
 use Symfony\Component\HttpKernel\Controller\ControllerResolverInterface;
 use Symfony\Component\DependencyInjection\ContainerInterface;