Explorar o código

Timestampable: added vardatetime to the annotation driver

Semyon Velichko %!s(int64=13) %!d(string=hai) anos
pai
achega
c937bd60d8
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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'
     );
 
     /**