Browse Source

Removing leading backlash in namespace use statement.

ADmad 11 years ago
parent
commit
7563ae2bb2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Log/Engine/ConsoleLog.php

+ 1 - 1
src/Log/Engine/ConsoleLog.php

@@ -16,7 +16,7 @@ namespace Cake\Log\Engine;
 
 use Cake\Console\ConsoleOutput;
 use Cake\Core\Exception\Exception;
-use \InvalidArgumentException;
+use InvalidArgumentException;
 
 /**
  * Console logging. Writes logs to console output.