Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #14 from Codenetz/master
Browse files Browse the repository at this point in the history
Fixed issue #12 Not quoting a scalar starting with @
  • Loading branch information
jjsaunier committed Jan 17, 2016
2 parents 310e502 + b6cdc52 commit b748182
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ services:
problematic.acl_manager:
class: %problematic.acl_manager.class%
arguments:
aclProvider: @security.acl.provider
securityContext: @security.context
objectIdentityRetrievalStrategy: @problematic.acl.object_identity_retrieval_strategy
connection: @security.acl.dbal.connection
aclProvider: "@security.acl.provider"
securityContext: "@security.context"
objectIdentityRetrievalStrategy: "@problematic.acl.object_identity_retrieval_strategy"
connection: "@security.acl.dbal.connection"

problematic.acl.object_identity_retrieval_strategy:
class: %problematic.acl_object_identity_retrieval_strategy%
Expand Down

0 comments on commit b748182

Please sign in to comment.