Skip to content

Commit c47e7c1

Browse files
committed
Fix mess during merge
1 parent 5feb051 commit c47e7c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Resources/config/services.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ services:
22
sentry.client:
33
class: '%sentry.client%'
44
arguments: ['%sentry.dsn%', '%sentry.options%']
5-
public: true calls:
5+
public: true
6+
calls:
67
- [install, []]
78

89
sentry.exception_listener:

0 commit comments

Comments
 (0)