Skip to content

Commit

Permalink
Merge pull request #150 from chyzas/patch-cleanup
Browse files Browse the repository at this point in the history
Removed DocumentTrait from Pair document
  • Loading branch information
GrandLTU committed Feb 18, 2015
2 parents 3472787 + 4606646 commit fea26fd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Document/Pair.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,15 @@
namespace ONGR\ConnectionsBundle\Document;

use ONGR\ElasticsearchBundle\Annotation as ES;
use ONGR\ElasticsearchBundle\Document\DocumentInterface;
use ONGR\ElasticsearchBundle\Document\DocumentTrait;
use ONGR\ElasticsearchBundle\Document\AbstractDocument;

/**
* Represents key / value pair, key is also document id.
*
* @ES\Document(type="pair")
*/
class Pair implements DocumentInterface
class Pair extends AbstractDocument
{
use DocumentTrait;

/**
* @var string Serialized stored value.
*
Expand Down

0 comments on commit fea26fd

Please sign in to comment.