Browse Source

Merge pull request #336 from jowy/patch-1

Fatal error: Class 'Monolog\Handler\Logger' not found in RollbarHandler....
Jordi Boggiano 12 years ago
parent
commit
db7e2aa311
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Monolog/Handler/RollbarHandler.php

+ 1 - 0
src/Monolog/Handler/RollbarHandler.php

@@ -4,6 +4,7 @@ namespace Monolog\Handler;
 
 
 use RollbarNotifier;
 use RollbarNotifier;
 use Exception;
 use Exception;
+use Monolog\Logger;
 
 
 /**
 /**
  * Sends errors to Rollbar
  * Sends errors to Rollbar