<?php

namespace Knp\Bundle\SnappyBundle\Snappy;

use Knp\Bundle\SnappyBundle\Snappy\Generator\LoggableGenerator as BaseGenerator;

/**
 * This class was unfortunately moved in v1.5.0, thus creating a BC break.
 *
 * @deprecated
 */
class LoggableGenerator extends BaseGenerator
{
}
