Added use TypeConverterInterface

This commit is contained in:
Francis Besset 2013-12-02 15:39:59 +01:00
parent c8baf14c75
commit b45224587a
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ namespace BeSimple\SoapBundle\Converter;
use BeSimple\SoapBundle\Soap\SoapRequest;
use BeSimple\SoapBundle\Soap\SoapResponse;
use BeSimple\SoapBundle\Util\String;
use BeSimple\SoapCommon\Converter\TypeConverterInterface;
/**
* @author Christian Kerl <christian-kerl@web.de>