Commit 59447bc9 authored by Christophe Coevoet's avatar Christophe Coevoet

Renamed the ChainLogger to LoggerChain

This is now consistent with the naming used in the ORM.
parent 21828a4f
......@@ -27,7 +27,7 @@ namespace Doctrine\DBAL\Logging;
* @since 2.2
* @author Christophe Coevoet <stof@notk.org>
*/
class ChainLogger implements SQLLogger
class LoggerChain implements SQLLogger
{
private $loggers = array();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment