14 lines
239 B
PHP
14 lines
239 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Mine\SeekerBundle\Repository;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* GridRepository
|
||
|
|
*
|
||
|
|
* This class was generated by the Doctrine ORM. Add your own custom
|
||
|
|
* repository methods below.
|
||
|
|
*/
|
||
|
|
class GridRepository extends \Doctrine\ORM\EntityRepository
|
||
|
|
{
|
||
|
|
}
|