Skip to content

Commit

Permalink
CO: Fallback on default catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebiloe committed Dec 5, 2016
1 parent 6b302d3 commit 5db1da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/config.yml
Expand Up @@ -14,8 +14,8 @@ framework:
version: '1.7.0'

#esi: ~
translator: { fallbacks: ["%locale%"] }
secret: "%secret%"
translator: { fallbacks: ["default"] }
router:
resource: "%kernel.root_dir%/config/routing.yml"
strict_requirements: ~
Expand Down

0 comments on commit 5db1da5

Please sign in to comment.