Преглед изворни кода

Timestampable: added vardatetime to the annotation driver

Semyon Velichko пре 13 година
родитељ
комит
c937bd60d8
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      lib/Gedmo/Timestampable/Mapping/Driver/Annotation.php

+ 2 - 1
lib/Gedmo/Timestampable/Mapping/Driver/Annotation.php

@@ -35,7 +35,8 @@ class Annotation implements AnnotationDriverInterface
         'time',
         'datetime',
         'timestamp',
-        'zenddate'
+        'zenddate',
+        'vardatetime'
     );
 
     /**