mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-01 06:26:15 +00:00
fix loading origin
This commit is contained in:
parent
789eeadb40
commit
9d8011da61
@ -36,7 +36,7 @@ class LoadAccompanyingPeriodOrigin extends AbstractFixture implements OrderedFix
|
||||
public function load(ObjectManager $manager)
|
||||
{
|
||||
$o = new Origin();
|
||||
$o->setLabel(json_encode($this->phoneCall));
|
||||
$o->setLabel($this->phoneCall);
|
||||
|
||||
$manager->persist($o);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user