From f48ae85cc88e58c3e649b8d12caf34612dc56a28 Mon Sep 17 00:00:00 2001 From: Lukas Kahwe Smith Date: Mon, 6 May 2013 10:32:50 +0200 Subject: [PATCH] added missing use statement --- Client.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Client.php b/Client.php index 31384e5..27cff7f 100644 --- a/Client.php +++ b/Client.php @@ -3,6 +3,8 @@ namespace FOS\ElasticaBundle; use Elastica\Client as ElasticaClient; +use Elastica\Request; + use FOS\ElasticaBundle\Logger\ElasticaLogger; /**