mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 09:14:23 +00:00
13 lines
410 B
YAML
13 lines
410 B
YAML
services:
|
|
chill_event.search_events:
|
|
class: Chill\EventBundle\Search\EventSearch
|
|
arguments:
|
|
- "@security.token_storage"
|
|
- "@chill_event.repository.event"
|
|
- "@chill.main.security.authorization.helper"
|
|
- "@templating"
|
|
- "@chill_main.paginator_factory"
|
|
tags:
|
|
- { name: chill.search, alias: 'event_regular' }
|
|
|