From: Raphaƫl Gertz Date: Sat, 28 Aug 2021 05:06:32 +0000 (+0200) Subject: Move hat default value in entity X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/dda8b5f1851ea08021472f2f43355d7fd93e63e4 Move hat default value in entity --- 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