Skip to content

Commit

Permalink
removed sortable from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
everzet committed Mar 23, 2012
1 parent b806175 commit 66c3cce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ that add behaviors to Doctrine2 entites and repositories.
It currently handles:

* tree
* sortable
* translatable
* timestampable
* softDeletable
Expand Down Expand Up @@ -44,7 +43,6 @@ class Category implements DoctrineBehaviors\Tree\NodeInterface, \ArrayAccess
DoctrineBehaviors\Timestampable\Timestampable,
DoctrineBehaviors\SoftDeletable\SoftDeletable,
DoctrineBehaviors\Blameable\Blameable,
DoctrineBehaviors\Sortable\SortableEntity;

/**
* @ORM\Id
Expand All @@ -69,7 +67,6 @@ use Knp\DoctrineBehaviors\ORM as DoctrineBehaviors;
class CategoryRepository extends EntityRepository
{
use DoctrineBehaviors\Tree\Tree,
DoctrineBehaviors\Sortable\SortableRepository;
}

```
Expand Down

0 comments on commit 66c3cce

Please sign in to comment.