We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebb23b commit e11fdd0Copy full SHA for e11fdd0
lib/CultuurNet/Auth/Guzzle/OAuthProtectedService.php
@@ -114,6 +114,7 @@ public function addSubscriber(EventSubscriberInterface $subscriber) {
114
115
/**
116
* Enable the logging of requests.
117
+ * @deprecated Use addSubscriber() instead.
118
*/
119
public function enableLogging() {
120
$this->getClient()->addSubscriber(\CultuurNet\Auth\Guzzle\Log\RequestLog::getInstance());
0 commit comments