diff --git a/src/Concerto/PanelBundle/Entity/ATopEntity.php b/src/Concerto/PanelBundle/Entity/ATopEntity.php index b648c381..c749d5cc 100644 --- a/src/Concerto/PanelBundle/Entity/ATopEntity.php +++ b/src/Concerto/PanelBundle/Entity/ATopEntity.php @@ -42,7 +42,7 @@ abstract class ATopEntity extends AEntity /** * * @var groups - * @ORM\Column(type="string") + * @ORM\Column(name="`groups`", type="string") */ protected $groups;