How to override a TypeConverter? #394
de-construct-mark
started this conversation in
General
Replies: 1 comment 1 reply
-
Actually ignore, i found a way via composers autoload: "exclude-from-classmap" : ["vendor/phpro/src/soap-client/Soap/TypeConverter/DateTimeTypeConverter.php"] Seems to be working without any issues. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys, I love this tool, makes working with SOAP a breeze.... I have a question regarding the TypeConverters, specifically about the included DateTimeTypeConverter... basically, I just need to change the date format that it outputs. Is there a way to achieve this without changing the file inside the package in vendor folder?
Any help would be much appreciated.
Thanks, Mark
Beta Was this translation helpful? Give feedback.
All reactions