Skip to content

Commit

Permalink
Use new Plop API.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoirotte committed Sep 29, 2014
1 parent 5d11700 commit f88eb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function realRegisterHelpMethod(
$reflector = new \ReflectionParameter($callable, 0);
} catch (\Exception $e) {
$bot = $this->connection->getBot();
$logger = \Plop::getInstance();
$logger = \Plop\Plop::getInstance();
$logger->exception($bot->gettext('Exception:'), $e);
return false;
}
Expand Down

0 comments on commit f88eb73

Please sign in to comment.