mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
eda454cb9d
commit
6256d6a19e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user