Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
minor #935 Fixed the suggested validation cache driver (peterrehm)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes #935).

Discussion
----------

Fixed the suggested validation cache driver

In reference to symfony/symfony#16822.

Commits
-------

a795660 Fixed the suggested validation cache driver
  • Loading branch information
fabpot committed Jan 26, 2016
2 parents 1c4ec4a + a795660 commit 63103be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/config_prod.yml
Expand Up @@ -3,7 +3,7 @@ imports:

#framework:
# validation:
# cache: validator.mapping.cache.apc
# cache: validator.mapping.cache.doctrine.apc
# serializer:
# cache: serializer.mapping.cache.apc

Expand Down

0 comments on commit 63103be

Please sign in to comment.