12 lines
364 B
YAML

services:
chill_event.search_events:
class: Chill\EventBundle\Search\EventSearch
arguments:
- "@security.token_storage"
- "@chill_group.repository.event"
- "@chill.main.security.authorization.helper"
- "@templating"
tags:
- { name: chill.search, alias: 'event_regular' }