Explorar o código

added a missing use statement

Fabien Potencier %!s(int64=13) %!d(string=hai) anos
pai
achega
33f68fe821
Modificáronse 1 ficheiros con 1 adicións e 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;