| author | ymh <ymh.work@gmail.com> |
| Sun, 16 Oct 2011 14:50:48 +0200 | |
| changeset 2 | 13f43f53d0ba |
| child 3 | 976d922e52f0 |
| permissions | -rw-r--r-- |
| 2 | 1 |
<?php |
2 |
||
3 |
namespace IRI\Bundle\WikiTagBundle\Entity; |
|
4 |
||
5 |
use Doctrine\ORM\EntityRepository; |
|
6 |
||
7 |
/** |
|
8 |
* DocumentRepository |
|
9 |
* |
|
10 |
* This class was generated by the Doctrine ORM. Add your own custom |
|
11 |
* repository methods below. |
|
12 |
*/ |
|
13 |
class DocumentRepository extends EntityRepository |
|
14 |
{ |
|
15 |
} |