Merge pull request #1056

This commit is contained in:
symfony-flex-server[bot]
2020-12-08 06:54:57 +00:00
committed by GitHub
@@ -1,2 +1,15 @@
services:
GitWrapper\GitWrapper: null
# To add logging capabilities use monolog and this configuration:
#monolog:
# channels:
# - 'git'
#services:
# GitWrapper\EventSubscriber\GitLoggerEventSubscriber:
# $logger: '@monolog.logger.git'
# GitWrapper\GitWrapper:
# calls:
# - addLoggerEventSubscriber: ['@GitWrapper\EventSubscriber\GitLoggerEventSubscriber']