Skip to content

Commit

Permalink
Merge pull request #62 from amolswnz/hotfix/yaml-fix
Browse files Browse the repository at this point in the history
FIX Yaml syntax compat with symfony/yaml:4 for version 2.3
  • Loading branch information
Bryn Whyman committed Jul 21, 2021
2 parents 6fca606 + 1098a12 commit c4341e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _config/config.yml
Expand Up @@ -4,7 +4,7 @@ Name: raygun
SilverStripe\Core\Injector\Injector:
SilverStripe\Raygun\RaygunHandler:
constructor:
RaygunClient: %$Raygun4php\RaygunClient
RaygunClient: '%$Raygun4php\RaygunClient'
Raygun4php\RaygunClient:
factory: 'SilverStripe\Raygun\RaygunClientFactory'
---
Expand All @@ -14,4 +14,4 @@ Only:
SilverStripe\Core\Injector\Injector:
Psr\Log\LoggerInterface:
calls:
- [ pushHandler, [ %$SilverStripe\Raygun\RaygunHandler ]]
- [ pushHandler, [ '%$SilverStripe\Raygun\RaygunHandler' ]]

0 comments on commit c4341e1

Please sign in to comment.