Let SocialAction::defaultNotificationDelay be nullable.

This commit is contained in:
Pol Dellaiera
2021-06-23 16:40:04 +02:00
parent dc26ca7e77
commit df1f44d814
2 changed files with 30 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ class SocialAction
private $children;
/**
* @ORM\Column(type="dateinterval")
* @ORM\Column(type="dateinterval", nullable=true)
*/
private $defaultNotificationDelay;