mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
fixes on tests
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user