Skip to content

Commit

Permalink
Drop unnecessary tags with autoconfigure
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Jul 9, 2020
1 parent c422a02 commit c93b1e6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions core-bundle/src/Resources/config/listener.yml
Expand Up @@ -20,17 +20,13 @@ services:
- '@database_connection'
- '@request_stack'
public: true
tags:
- { name: terminal42_service_annotation }

Contao\CoreBundle\EventListener\DataContainer\PageTypeOptionsListener:
arguments:
- '@Contao\CoreBundle\Routing\Page\PageRegistry'
- '@security.helper'
- '@?event_dispatcher'
public: true
tags:
- { name: terminal42_service_annotation }

Contao\CoreBundle\EventListener\DataContainer\PageUrlListener:
arguments:
Expand All @@ -39,9 +35,6 @@ services:
- '@translator'
- '@database_connection'
public: true
tags:
- { name: terminal42_service_annotation }
- { name: kernel.reset, method: reset }

Contao\CoreBundle\EventListener\FilterPageTypeListener:
tags:
Expand Down

0 comments on commit c93b1e6

Please sign in to comment.