lesstif / php-jira-rest-client

PHP classes interact Jira with the REST API.
Other
510 stars 263 forks source link

Error: Call to undefined method Monolog\\Logger::addInfo #343

Closed psycohomer closed 4 years ago

psycohomer commented 4 years ago

When attempting to run the remove watcher method of IssueService I am now getting this error. Using an older version of either this repo or monolog does not produce the same error.

PHP Fatal error: Uncaught Error: Call to undefined method Monolog\Logger::addInfo() JiraRestApi\Issue\IssueService->removeWatcher('XXXX-10402', 'CRMMTO_Service')

lesstif commented 4 years ago

hi @psycohomer

it's fixed in the ver 2.2.2.

thanks!

psycohomer commented 4 years ago

Thank you so much for the fast turn.