created DIC configuration for TypeConverter implementations and ConverterRepository
This commit is contained in:
committed by
Francis Besset
parent
f62a8bdd67
commit
6290ea268a
@ -36,6 +36,7 @@ class BeSimpleSoapExtension extends Extension
|
||||
$loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
|
||||
|
||||
$loader->load('loaders.xml');
|
||||
$loader->load('converters.xml');
|
||||
$loader->load('webservice.xml');
|
||||
|
||||
$processor = new Processor();
|
||||
|
Reference in New Issue
Block a user