14 lines
237 B
PHP
14 lines
237 B
PHP
<?php
|
|
|
|
namespace Mine\SeekerBundle\Repository;
|
|
|
|
/**
|
|
* Class GridRepository
|
|
*
|
|
* @package Mine\SeekerBundle\Repository
|
|
* @author system7 <https://www.laszlolang.com>
|
|
*/
|
|
class GridRepository extends \Doctrine\ORM\EntityRepository
|
|
{
|
|
}
|