Skip to content

Commit

Permalink
Added missing SeoAwareTrait to AbstractProductDocument
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindaugas Rukas committed Jan 16, 2015
1 parent 1227edf commit 0026dcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Document/AbstractProductDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
use ONGR\ElasticsearchBundle\Annotation as ES;
use ONGR\ElasticsearchBundle\Document\DocumentInterface;
use ONGR\ElasticsearchBundle\Document\DocumentTrait;
use ONGR\RouterBundle\Document\SeoAwareTrait;

/**
* Product document with standard fields.
Expand All @@ -23,6 +24,7 @@
abstract class AbstractProductDocument implements DocumentInterface
{
use DocumentTrait;
use SeoAwareTrait;

/**
* @var string
Expand Down

0 comments on commit 0026dcf

Please sign in to comment.