]> Raphaël G. Git Repositories - userbundle/commitdiff
Replace disabled with enable
authorRaphaël Gertz <git@rapsys.eu>
Sun, 3 Dec 2023 22:52:20 +0000 (23:52 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Sun, 3 Dec 2023 22:52:20 +0000 (23:52 +0100)
Resources/config/doctrine/User.orm.yml

index 346fdbbe0d04a72b4725185d53dee9183056bbb4..24300a23fcfca5c48d0161c99201abada9ce8195 100644 (file)
@@ -27,10 +27,10 @@ Rapsys\UserBundle\Entity\User:
             type: boolean
             options:
                 default: true
-        disabled:
+        enable:
             type: boolean
             options:
-                default: false
+                default: true
         created:
             type: datetime
         updated: