Ver Fonte

Merge pull request #374 from Gamesh/master

should fix AnnotationException #373
Christophe Coevoet há 13 anos atrás
pai
commit
f14d807797

+ 9 - 0
lib/Gedmo/Sortable/Entity/Repository/SortableRepository.php

@@ -6,6 +6,15 @@ use Doctrine\ORM\EntityRepository,
     Doctrine\ORM\EntityManager,
     Doctrine\ORM\Mapping\ClassMetadata;
 
+/**
+ * Sortable Repository
+ *
+ * @author Lukas Botsch <lukas.botsch@gmail.com>
+ * @subpackage SortableRepository
+ * @package Gedmo.Sortable
+ * @link http://www.gediminasm.org
+ * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
+ */
 class SortableRepository extends EntityRepository
 {
     /**