Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

WebhookQueueEvent class returning wrong objects for "getWebhookQueue" and "getWebhook" methods #264

Closed
hafeezhameed opened this issue Mar 21, 2018 · 2 comments

Comments

@hafeezhameed
Copy link

The app/bundles/WebhookBundle/Event/WebhookQueueEvent.php class' "getWebhookQueue()" method is returning $this->getWebhookQueue() which should be returning $this->entity and "getWebhook()" method is returning $this->getWebhook() which should be returning $this->webhook;

Please fix this issue as it is throwing errors recursively. Thanks

@escopecz
Copy link
Sponsor Member

Can you link where it is in the documentation?

@RCheesley
Copy link
Sponsor Member

Closing as this is not an issue with the documentation

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants