]> Raphaël G. Git Repositories - airbundle/commitdiff
Rename end field to length
authorRaphaël Gertz <git@rapsys.eu>
Thu, 14 Nov 2019 22:57:08 +0000 (23:57 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 14 Nov 2019 22:58:23 +0000 (23:58 +0100)
Resources/config/doctrine/Slot.orm.yml

index c4ff511884848b0d2a50be484aa1f626099f0cb1..cd02ac35506674d8b53c649dc40368eea7eba69f 100644 (file)
@@ -12,7 +12,7 @@ Rapsys\AirBundle\Entity\Slot:
     fields:
         begin:
             type: time
-        end:
+        length:
             type: time
         created:
             type: datetime