remove dump

(cherry picked from commit e2230409b807eb29b820cf3cc1ac15595e5b2ff3)
This commit is contained in:
Julien Fastré 2021-09-28 15:59:31 +02:00
parent 472866ce91
commit 8853359405

View File

@ -247,7 +247,6 @@ class LoadPeople extends AbstractFixture implements OrderedFixtureInterface, Con
if (\random_int(0, 10) > 3) {
// always add social scope:
$accompanyingPeriod->addScope($this->getReference('scope_social'));
var_dump(count($accompanyingPeriod->getScopes()));
$accompanyingPeriod->setAddressLocation($this->createAddress());
$manager->persist($accompanyingPeriod->getAddressLocation());