mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Removing misleading whitespace
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
services:
|
||||
GitWrapper\GitWrapper: null
|
||||
|
||||
# To add logging capabilities use monolog and this configuration
|
||||
|
||||
# To add logging capabilities use monolog and this configuration:
|
||||
#monolog:
|
||||
# channels:
|
||||
# - 'git'
|
||||
@@ -9,7 +10,6 @@ services:
|
||||
#services:
|
||||
# GitWrapper\EventSubscriber\GitLoggerEventSubscriber:
|
||||
# $logger: '@monolog.logger.git'
|
||||
#
|
||||
# GitWrapper\GitWrapper:
|
||||
# calls:
|
||||
# - addLoggerEventSubscriber: ['@GitWrapper\EventSubscriber\GitLoggerEventSubscriber']
|
||||
|
||||
Reference in New Issue
Block a user