We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fe5ef commit af01127Copy full SHA for af01127
src/Provider/AbstractProvider.php
@@ -190,20 +190,6 @@ public function getAuthorization() {
190
return $this->authorization;
191
}
192
193
- /**
194
- * Log an info.
195
- *
196
- * @param string $message The message.
197
- * @param array $context The context.
198
- * @return AbstractProvider Returns this provider.
199
- */
200
- protected function logInfo($message, array $context) {
201
- if (null !== $this->getLogger()) {
202
- $this->getLogger()->info($message, $context);
203
- }
204
- return $this;
205
206
-
207
/**
208
* Set the authorization.
209
*
0 commit comments