Private
Public Access
1
0

doc all entities

This commit is contained in:
2018-05-20 21:27:45 +02:00
parent 2f3062bf33
commit ae8794f564
18 changed files with 153 additions and 66 deletions

View File

@@ -7,7 +7,10 @@ use Doctrine\Common\Collections\Collection;
use Doctrine\ORM\Mapping as ORM;
/**
* Grid
* Class Grid
*
* @package Mine\SeekerBundle\Entity
* @author system7 <https://www.laszlolang.com>
*
* @ORM\Table(name="grid")
* @ORM\Entity(repositoryClass="Mine\SeekerBundle\Repository\GridRepository")