add default value for security operator

This commit is contained in:
Simon Vieille 2022-03-13 12:20:04 +01:00
parent 7523f479d5
commit 47e6f06bd7
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class Node implements EntityInterface
/**
* @ORM\Column(type="string", length=3, options={"default"="or"})
*/
private $securityOperator;
private $securityOperator = 'or';
public function __construct()
{