diff --git a/src/Knp/Snappy/AbstractGenerator.php b/src/Knp/Snappy/AbstractGenerator.php index a3f76ba6..e823e482 100644 --- a/src/Knp/Snappy/AbstractGenerator.php +++ b/src/Knp/Snappy/AbstractGenerator.php @@ -3,6 +3,7 @@ namespace Knp\Snappy; use Knp\Snappy\Exception as Exceptions; +use Psr\Log\LoggerAwareInterface; use Psr\Log\LoggerInterface; use Psr\Log\NullLogger; use Symfony\Component\Process\Process; @@ -14,7 +15,7 @@ * @author Matthieu Bontemps * @author Antoine Hérault */ -abstract class AbstractGenerator implements GeneratorInterface +abstract class AbstractGenerator implements GeneratorInterface, LoggerAwareInterface { private $binary; private $options = [];