diff options
Diffstat (limited to 'app/Event/WebhookListener.php')
-rw-r--r-- | app/Event/WebhookListener.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/Event/WebhookListener.php b/app/Event/WebhookListener.php index 4668b66e..c2f6d56a 100644 --- a/app/Event/WebhookListener.php +++ b/app/Event/WebhookListener.php @@ -43,6 +43,17 @@ class WebhookListener implements Listener } /** + * Return class information + * + * @access public + * @return string + */ + public function __toString() + { + return get_called_class(); + } + + /** * Execute the action * * @access public |