Skip to content

Commit e11fdd0

Browse files
committed
Add event dispatcher to OAuthProtectedService.
1 parent 6ebb23b commit e11fdd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/CultuurNet/Auth/Guzzle/OAuthProtectedService.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ public function addSubscriber(EventSubscriberInterface $subscriber) {
114114

115115
/**
116116
* Enable the logging of requests.
117+
* @deprecated Use addSubscriber() instead.
117118
*/
118119
public function enableLogging() {
119120
$this->getClient()->addSubscriber(\CultuurNet\Auth\Guzzle\Log\RequestLog::getInstance());

0 commit comments

Comments
 (0)