prooph/service-bus

AbstractBusFactory attachPlugins uses hardcoded vendor name iso using vendorName()

DannyvdSluijs opened this issue · 1 comments

At https://github.com/prooph/service-bus/blob/master/src/Container/AbstractBusFactory.php#L128 a hard coded vendor name is used in stead of the function vendorName().

When implementing the abstract bus factory and overloading vendorName() the exception would be incorrect.

@DannyvdSluijs You're right. Do you want to make a pull request please?