sf4, fix error with ORM\Table name of customfieldsgroup

This commit is contained in:
Tchama 2020-07-27 18:50:19 +02:00
parent 208d4b789a
commit 90540300c5

View File

@ -29,7 +29,7 @@ use Doctrine\Common\Collections\Collection;
* CustomFieldGroup
*
* @ORM\Entity()
* @ORM\Table(name="customfieldsdefaultgroup")
* @ORM\Table(name="customfieldsgroup")
*/
class CustomFieldsGroup
{