]> Raphaël G. Git Repositories - airbundle/commitdiff
Move hat default value in entity
authorRaphaël Gertz <git@rapsys.eu>
Sat, 28 Aug 2021 05:06:32 +0000 (07:06 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Sat, 28 Aug 2021 05:06:32 +0000 (07:06 +0200)
Resources/config/doctrine/Snippet.orm.yml

index 19db3499881f03d2f842498f65757a590ded9b1e..2333e9aea829cca08944e9ea70d4c4e8fd23ef8f 100644 (file)
@@ -30,8 +30,6 @@ Rapsys\AirBundle\Entity\Snippet:
         hat:
             type: boolean
             nullable: true
-            options:
-                default: true
         contact:
             type: string
             length: 254