X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/airbundle/blobdiff_plain/af8990a8d34a918fa399d345ccf7e4c370d8e2e9..44a3b56b054637bc704b7541a4e3d38696b560e4:/Resources/config/doctrine/Slot.orm.yml

diff --git a/Resources/config/doctrine/Slot.orm.yml b/Resources/config/doctrine/Slot.orm.yml
index c4ff511..4e70c7a 100644
--- a/Resources/config/doctrine/Slot.orm.yml
+++ b/Resources/config/doctrine/Slot.orm.yml
@@ -1,6 +1,6 @@
 Rapsys\AirBundle\Entity\Slot:
     type: entity
-    #repositoryClass: Rapsys\AirBundle\Repository\SlotRepository
+    repositoryClass: Rapsys\AirBundle\Repository\SlotRepository
     table: slots
     id:
         id:
@@ -10,10 +10,9 @@ Rapsys\AirBundle\Entity\Slot:
             options:
                 unsigned: true
     fields:
-        begin:
-            type: time
-        end:
-            type: time
+        title:
+            type: string
+            length: 16
         created:
             type: datetime
         updated: