From dda8b5f1851ea08021472f2f43355d7fd93e63e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sat, 28 Aug 2021 07:06:32 +0200 Subject: [PATCH 1/1] Move hat default value in entity --- Resources/config/doctrine/Snippet.orm.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Resources/config/doctrine/Snippet.orm.yml b/Resources/config/doctrine/Snippet.orm.yml index 19db349..2333e9a 100644 --- a/Resources/config/doctrine/Snippet.orm.yml +++ b/Resources/config/doctrine/Snippet.orm.yml @@ -30,8 +30,6 @@ Rapsys\AirBundle\Entity\Snippet: hat: type: boolean nullable: true - options: - default: true contact: type: string length: 254 -- 2.41.0