Parcourir la source

[HttpKernel] fixed missing use statement

Fabien Potencier il y a 14 ans
Parent
commit
1e1a4113c7

+ 1 - 0
src/Symfony/Component/HttpKernel/Exception/FlattenException.php

@@ -3,6 +3,7 @@
 namespace Symfony\Component\HttpKernel\Exception;
 
 use Symfony\Component\HttpFoundation\Response;
+use Symfony\Component\HttpKernel\Exception\HttpException;
 
 /*
  * This file is part of the Symfony framework.