1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-24 15:02:28 +01: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
commit db7e2aa311

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