Skip to content

Commit

Permalink
Fix rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rokaszygmantas committed Dec 13, 2018
1 parent ee9f9c6 commit e1ef03a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/PrestaShopBundle/Resources/config/services/core/grid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,15 +365,6 @@ services:
- "@=service('prestashop.adapter.legacy.context').getContext().shop.id"
public: true

prestashop.core.grid.query_builder.webservice:
class: 'PrestaShop\PrestaShop\Core\Grid\Query\WebserviceQueryBuilder'
parent: 'prestashop.core.grid.abstract_query_builder'
arguments:
- '@prestashop.core.query.doctrine_search_criteria_applicator'
- "@=service('prestashop.adapter.legacy.context').getContext().language.id"
- "@=service('prestashop.adapter.legacy.context').getContext().shop.id"
public: true

prestashop.core.grid.query.builder.employee_query_builder:
class: 'PrestaShop\PrestaShop\Core\Grid\Query\Builder\EmployeeQueryBuilder'
parent: 'prestashop.core.grid.abstract_query_builder'
Expand Down

0 comments on commit e1ef03a

Please sign in to comment.