Skip to content

Commit

Permalink
Merge pull request ongr-archive#6 from martiis/rm_category_list
Browse files Browse the repository at this point in the history
Removed CategoryList
  • Loading branch information
saimaz committed Nov 4, 2014
2 parents 2a11883 + b105fc5 commit eba29c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 94 deletions.
6 changes: 0 additions & 6 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ parameters:
ongr_content.twig.category_extension.class: ONGR\ContentBundle\Twig\CategoryExtension
ongr_content.content_service.class: ONGR\ContentBundle\Service\ContentService
ongr_content.category_service.class: ONGR\ContentBundle\Service\CategoryService
ongr_content.category_list.class: ONGR\ContentBundle\Service\CategoryList

ongr_content.product_per_page: 10

Expand All @@ -27,11 +26,6 @@ services:
calls:
- [setLogger, [@?logger]]

ongr_content.category_list:
class: %ongr_content.category_list.class%
calls:
- [setProductsPerPage, [%ongr_content.product_per_page%]]

ongr_content.category_service:
class: %ongr_content.category_service.class%

Expand Down
88 changes: 0 additions & 88 deletions Service/CategoryList.php

This file was deleted.

0 comments on commit eba29c3

Please sign in to comment.