Skip to content

Commit

Permalink
Fix services.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bytehead committed Dec 29, 2021
1 parent ad83e0d commit 4bd2ead
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions core-bundle/src/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,21 @@ services:
tags:
- { name: data_collector, template: '@ContaoCore/Collector/contao.html.twig', id: contao }

contao.doctrine.backup.dumper:
class: Contao\CoreBundle\Doctrine\Backup\Dumper

contao.doctrine.backup_manager:
class: Contao\CoreBundle\Doctrine\Backup\BackupManager
arguments:
- '@database_connection'
- '@contao.doctrine.backup.dumper'
- ~
- ~
- '@contao.doctrine.backup.retention_policy'

contao.doctrine.backup.dumper:
class: Contao\CoreBundle\Doctrine\Backup\Dumper

contao.doctrine.backup.retention_policy:
class: Contao\CoreBundle\Doctrine\Backup\RetentionPolicy
arguments:
- ~
- ~

Expand Down

0 comments on commit 4bd2ead

Please sign in to comment.