2016-10-21 23:30:41 +02:00
|
|
|
<?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
|
|
|
|
|
{
|
|
|
|
|
}
|