Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Julien Fastré 2021-05-17 08:23:21 +00:00
parent eda454cb9d
commit 6256d6a19e

View File

@ -70,7 +70,7 @@ class LoadSocialActions extends AbstractFixture implements OrderedFixtureInterfa
$socialAction = new SocialAction();
$socialAction->setTitle($new['title']);
$socialAction->setIssue($this->getReference($new['issue']));
$socialAction->setDefaultNotificationDelay(new \DateInterval('PT30M'));
$socialAction->setDefaultNotificationDelay(new \DateInterval('P5D'));
$manager->persist($socialAction);
$this->addReference($ref, $socialAction);