Fixed issue #20
This commit is contained in:
parent
16ee889230
commit
5cb8249218
|
@ -30,9 +30,9 @@ Add `BeSimple` libraries in autoload.php
|
||||||
|
|
||||||
// app/autoload.php
|
// app/autoload.php
|
||||||
$loader->registerNamespaces(array(
|
$loader->registerNamespaces(array(
|
||||||
'BeSimple\\SoapCommon' => __DIR__.'/../vendor/besimple-soapcommon',
|
'BeSimple\\SoapCommon' => __DIR__.'/../vendor/besimple-soapcommon/src',
|
||||||
'BeSimple\\SoapServer' => __DIR__.'/../vendor/besimple-soapserver',
|
'BeSimple\\SoapServer' => __DIR__.'/../vendor/besimple-soapserver/src',
|
||||||
'BeSimple\\SoapClient' => __DIR__.'/../vendor/besimple-soapclient',
|
'BeSimple\\SoapClient' => __DIR__.'/../vendor/besimple-soapclient/src',
|
||||||
// your other namespaces
|
// your other namespaces
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue