Created
February 28, 2016 08:40
-
-
Save janit/1cf8fa4eab3916369dad to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameters: | |
app.controller.blog.class: AppBundle\Controller\BlogController | |
services: | |
app.controller.blog: | |
class: %app.controller.blog.class% | |
arguments: | |
- @ezpublish.api.service.content | |
- @ezpublish.api.service.search | |
- @ezpublish.api.service.location | |
- @ezpublish.config.resolver | |
- @app.criteria.children | |
- %app.blog_post.random_posts_limit% | |
- %app.blog_post_list_limit% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment