diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-08-22 15:35:28 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-08-22 15:36:07 +0200 |
commit | 7d6c3edcdd2730a46d59c186048e76fa72e364c7 (patch) | |
tree | c115d44214f2e57509f133967ad76397b1c9a717 /app | |
parent | ec00964de22a338d8f814c5440f8e09f542fdbbf (diff) | |
download | wallabag-7d6c3edcdd2730a46d59c186048e76fa72e364c7.tar.gz wallabag-7d6c3edcdd2730a46d59c186048e76fa72e364c7.tar.zst wallabag-7d6c3edcdd2730a46d59c186048e76fa72e364c7.zip |
Fix date filter on same day
Fix #1379
Diffstat (limited to 'app')
-rw-r--r-- | app/config/services.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/services.yml b/app/config/services.yml index af22d381..b3ec7c51 100644 --- a/app/config/services.yml +++ b/app/config/services.yml | |||
@@ -4,6 +4,7 @@ parameters: | |||
4 | security.authentication.provider.dao.class: Wallabag\CoreBundle\Security\Authentication\Provider\WallabagAuthenticationProvider | 4 | security.authentication.provider.dao.class: Wallabag\CoreBundle\Security\Authentication\Provider\WallabagAuthenticationProvider |
5 | security.encoder.digest.class: Wallabag\CoreBundle\Security\Authentication\Encoder\WallabagPasswordEncoder | 5 | security.encoder.digest.class: Wallabag\CoreBundle\Security\Authentication\Encoder\WallabagPasswordEncoder |
6 | security.validator.user_password.class: Wallabag\CoreBundle\Security\Validator\WallabagUserPasswordValidator | 6 | security.validator.user_password.class: Wallabag\CoreBundle\Security\Validator\WallabagUserPasswordValidator |
7 | lexik_form_filter.get_filter.doctrine_orm.class: Wallabag\CoreBundle\Event\Subscriber\CustomDoctrineORMSubscriber | ||
7 | 8 | ||
8 | services: | 9 | services: |
9 | # used for tests | 10 | # used for tests |