X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/107ca5ae66910361dc5271d4e63483e83a6b2ee7..abe596a222241e0bd164244bb71ebcfa828d1c71:/Resources/config/doctrine/Slot.orm.yml

diff --git a/Resources/config/doctrine/Slot.orm.yml b/Resources/config/doctrine/Slot.orm.yml
index cd02ac3..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
-        length:
-            type: time
+        title:
+            type: string
+            length: 16
         created:
             type: datetime
         updated: