Skip to content

Commit

Permalink
Merge pull request #67 from TheBnl/patch-2
Browse files Browse the repository at this point in the history
Fix yml issue: The reserved indicator "%" cannot start a plain scalar
  • Loading branch information
Nathan authored Jan 5, 2021
2 parents b09ea09 + ae94bda commit 2ce5330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Name: addressable
SilverStripe\Core\Injector\Injector:
Symbiote\Addressable\Geocodable:
properties:
geocoder: %$Symbiote\Addressable\GeocodeServiceInterface
geocoder: '%$Symbiote\Addressable\GeocodeServiceInterface'
Symbiote\Addressable\GeocodeServiceInterface:
class: Symbiote\Addressable\GoogleGeocodeService

0 comments on commit 2ce5330

Please sign in to comment.