mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-18 10:51:19 +02:00
Remove leading \ in use statement, as suggested by @Seldaek in
https://github.com/Seldaek/monolog/pull/76/files#r737290
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
namespace Monolog\Formatter;
|
||||
|
||||
use Monolog\Logger;
|
||||
use \Raven_Client;
|
||||
use Raven_Client;
|
||||
|
||||
/**
|
||||
* Serializes a log message for Raven (https://github.com/getsentry/raven-php)
|
||||
|
Reference in New Issue
Block a user