[HttpClient] Fix missing use statement

This commit is contained in:
Robin Chalas 2019-03-26 01:54:03 +01:00
parent 8585317c85
commit 6eddb52333

View File

@ -13,6 +13,7 @@ namespace Symfony\Component\HttpClient\Response;
use Symfony\Component\HttpClient\Chunk\DataChunk;
use Symfony\Component\HttpClient\Chunk\ErrorChunk;
use Symfony\Component\HttpClient\Chunk\FirstChunk;
use Symfony\Component\HttpClient\Chunk\LastChunk;
use Symfony\Component\HttpClient\Exception\ClientException;
use Symfony\Component\HttpClient\Exception\JsonException;