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

@@ -5,7 +5,10 @@ namespace Mine\SeekerBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
/**
* GridRow
* Class GridRow
*
* @package Mine\SeekerBundle\Entity
* @author system7 <https://www.laszlolang.com>
*
* @ORM\Table(name="grid_row")
* @ORM\Entity(repositoryClass="Mine\SeekerBundle\Repository\GridRowRepository")