Private
Public Access
1
0

create entities and repositories

This commit is contained in:
2016-10-21 23:30:41 +02:00
parent d0779847ca
commit 23f034bc1c
16 changed files with 4057 additions and 0 deletions

View 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
{
}