Browse Source

Merge pull request #323 from ghua/feature

Timestampable: added vardatetime to the annotation driver
Gediminas Morkevicius 13 năm trước cách đây
mục cha
commit
5be3722d26

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

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