1
0
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:
Marc Abramowitz
2012-04-26 11:05:29 -07:00
parent 8aeb75a210
commit ac161a0caa

View File

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