create entities and repositories
This commit is contained in:
13
src/Mine/SeekerBundle/Repository/GridRepository.php
Normal file
13
src/Mine/SeekerBundle/Repository/GridRepository.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user