mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
sf4, fix error with ORM\Table name of customfieldsgroup
This commit is contained in:
parent
208d4b789a
commit
90540300c5
@ -29,7 +29,7 @@ use Doctrine\Common\Collections\Collection;
|
|||||||
* CustomFieldGroup
|
* CustomFieldGroup
|
||||||
*
|
*
|
||||||
* @ORM\Entity()
|
* @ORM\Entity()
|
||||||
* @ORM\Table(name="customfieldsdefaultgroup")
|
* @ORM\Table(name="customfieldsgroup")
|
||||||
*/
|
*/
|
||||||
class CustomFieldsGroup
|
class CustomFieldsGroup
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user