diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-24 10:39:24 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-24 10:39:24 +0200 |
commit | 8bb1f3d69ac9a1d0adbbfa0cc689043ae1610fd1 (patch) | |
tree | 186571127dc8e98e941056e2f59915598f3fe690 /app/config | |
parent | bccb5bba75e3f2bf8e89fef6b939500757c3d2b1 (diff) | |
parent | f90af145caa040d17f2fb01e78b645c4157c3781 (diff) | |
download | wallabag-8bb1f3d69ac9a1d0adbbfa0cc689043ae1610fd1.tar.gz wallabag-8bb1f3d69ac9a1d0adbbfa0cc689043ae1610fd1.tar.zst wallabag-8bb1f3d69ac9a1d0adbbfa0cc689043ae1610fd1.zip |
Merge pull request #1393 from wallabag/fix-filter-same-day
Fix date filter on same day
Diffstat (limited to 'app/config')
-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 |