Skip to content

Commit 42df984

Browse files
authored
Merge pull request #139 from symfony/services-best-practices
2 parents 40cf74b + c137500 commit 42df984

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

easycorp/easy-log-handler/1.0/config/packages/dev/easy_log_handler.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
services:
2-
easycorp.easylog.handler:
3-
class: EasyCorp\EasyLog\EasyLogHandler
2+
EasyCorp\EasyLog\EasyLogHandler:
43
public: false
54
arguments: ['%kernel.logs_dir%/%kernel.environment%.log']
65

Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
services:
2-
sensio_distribution.security_checker:
3-
class: SensioLabs\Security\SecurityChecker
2+
SensioLabs\Security\SecurityChecker:
43
public: false
54

6-
sensio_distribution.security_checker.command:
7-
class: SensioLabs\Security\Command\SecurityCheckerCommand
8-
arguments: ['@sensio_distribution.security_checker']
5+
SensioLabs\Security\Command\SecurityCheckerCommand:
6+
arguments: ['@SensioLabs\Security\SecurityChecker']
97
tags:
108
- { name: console.command }

0 commit comments

Comments
 (0)