mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-16 17:17:35 +00:00
44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
---
|
|
services:
|
|
|
|
Chill\CalendarBundle\Repository\:
|
|
autowire: true
|
|
autoconfigure: true
|
|
resource: '../../Repository/'
|
|
|
|
Chill\CalendarBundle\Menu\:
|
|
autowire: true
|
|
autoconfigure: true
|
|
resource: '../../Menu/'
|
|
tags: ['chill.menu_builder']
|
|
|
|
Chill\CalendarBundle\Command\:
|
|
autowire: true
|
|
autoconfigure: true
|
|
resource: '../../Command/'
|
|
|
|
Chill\CalendarBundle\Messenger\:
|
|
autowire: true
|
|
autoconfigure: true
|
|
resource: '../../Messenger/'
|
|
|
|
Chill\CalendarBundle\Command\AzureGrantAdminConsentAndAcquireToken:
|
|
autoconfigure: true
|
|
autowire: true
|
|
arguments:
|
|
$azure: '@knpu.oauth2.provider.azure'
|
|
tags: ['console.command']
|
|
|
|
Chill\CalendarBundle\Security\:
|
|
autoconfigure: true
|
|
autowire: true
|
|
resource: '../../Security/'
|
|
|
|
Chill\CalendarBundle\Service\:
|
|
autoconfigure: true
|
|
autowire: true
|
|
resource: '../../Service/'
|
|
|
|
Chill\CalendarBundle\Service\ShortMessageForCalendarBuilderInterface:
|
|
alias: Chill\CalendarBundle\Service\DefaultShortMessageForCalendarBuider
|