Skip to content

Commit

Permalink
Merge branch 'feat/v87'
Browse files Browse the repository at this point in the history
  • Loading branch information
krzaczek committed Sep 22, 2023
2 parents 2068019 + c4956a3 commit e2fe56e
Show file tree
Hide file tree
Showing 3 changed files with 318 additions and 317 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ require_once __DIR__ . '/vendor/autoload.php';
/**
* Minimal options
*/
$reflector = new \ReflectionClass(WsdlType::class);
$options = [
WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_URL => \PocztaPolska\EnumType\WsdlType::WSDL_FILE,
WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_URL => realpath(dirname($reflector->getFileName()) . '/' . WsdlType::WSDL_FILE);
WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_CLASSMAP => \PocztaPolska\ClassMap::get(),
];
/**
Expand Down
Loading

0 comments on commit e2fe56e

Please sign in to comment.