Skip to content

Commit

Permalink
[Serializer] Implement SerializerAwareInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed May 8, 2011
1 parent 8263b09 commit 01a1049
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -3,6 +3,7 @@
namespace Symfony\Component\Serializer\Normalizer;

use Symfony\Component\Serializer\SerializerInterface;
use Symfony\Component\Serializer\SerializerAwareInterface;

/*
* This file is part of the Symfony framework.
Expand All @@ -18,7 +19,7 @@
*
* @author Jordi Boggiano <j.boggiano@seld.be>
*/
abstract class AbstractNormalizer implements NormalizerInterface
abstract class AbstractNormalizer implements SerializerAwareInterface, NormalizerInterface
{
protected $serializer;

Expand Down

0 comments on commit 01a1049

Please sign in to comment.