mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-22 10:14:24 +00:00
12 lines
364 B
YAML
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' }
|
|
|