mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
fix loading third party
This commit is contained in:
parent
0633fd812f
commit
72e9346b6b
@ -25,6 +25,7 @@ class LoadThirdParty extends Fixture Implements DependentFixtureInterface
|
|||||||
// this is an address
|
// this is an address
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
$thirdParty->setCreatedAt(new \DateTimeImmutable('today'));
|
||||||
|
|
||||||
foreach ($this->getCenters() as $center) {
|
foreach ($this->getCenters() as $center) {
|
||||||
$thirdParty->addCenter($center);
|
$thirdParty->addCenter($center);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user