mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
fix framework cache configuration
This commit is contained in:
@@ -21,9 +21,10 @@ imports:
|
||||
# Set templating to twig. FOSUserBundle requires templating to be setup
|
||||
framework:
|
||||
templating: { engines: ['twig'] }
|
||||
pools:
|
||||
page.cache:
|
||||
adapter: cache.app
|
||||
cache:
|
||||
pools:
|
||||
page.cache:
|
||||
adapter: cache.app
|
||||
|
||||
# Set up the serializer to read config file for App Page and User entities
|
||||
jms_serializer:
|
||||
|
||||
Reference in New Issue
Block a user