Browse Source

Timestampable: added vardatetime to the annotation driver

Semyon Velichko 13 năm trước cách đây
mục cha
commit
c937bd60d8
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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'
     );
 
     /**