1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-11 23:54:04 +02:00

Merge pull request #336 from jowy/patch-1

Fatal error: Class 'Monolog\Handler\Logger' not found in RollbarHandler....
This commit is contained in:
Jordi Boggiano
2014-03-14 10:32:58 +01:00

View File

@@ -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