]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Add EntityTimestampsTrait to handle dates 3264/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 6 Jul 2017 07:00:37 +0000 (09:00 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 6 Jul 2017 07:01:51 +0000 (09:01 +0200)
commit927c9e796ff6fad2bf82a965234f52932cdee657
treed53d021f2f2c301646d40113330fdd6692cb08c5
parentb5d7eb148c4cd62ff187b08765f0c13c7d330fcf
Add EntityTimestampsTrait to handle dates

Refactorize timestamps() method to avoid re-writing it on each entity
src/Wallabag/AnnotationBundle/Entity/Annotation.php
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Entity/SiteCredential.php
src/Wallabag/CoreBundle/Helper/EntityTimestampsTrait.php [new file with mode: 0644]
src/Wallabag/UserBundle/Entity/User.php