fix sf4 minor corrections on Doctrine ORM mapping Entities

This commit is contained in:
2020-07-27 16:16:17 +02:00
parent 3a03d44e9a
commit 208d4b789a
3 changed files with 3 additions and 3 deletions

View File

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