asm89 / twig-cache-extension

The missing cache extension for Twig. Caching template fragments with Twig.
MIT License
388 stars 27 forks source link

Fix example: use timestamp instead whole object #11

Closed cursedcoder closed 10 years ago

cursedcoder commented 10 years ago

Prevent object to string conversion error

asm89 commented 10 years ago

@cursedcoder IMO it's just fine? :) (I guess you're seeing the result of the getter as a DateTime object, where I see a string or timestamp.)