|
2
|
1 |
<?php |
|
|
2 |
|
|
|
3 |
namespace Company\BaseBundle\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 |
} |