Skip to content

Commit

Permalink
Merge pull request #439 from alexfinnarn/patch-1
Browse files Browse the repository at this point in the history
scalar value quotes
  • Loading branch information
jhedstrom committed Dec 6, 2017
2 parents ff385ab + d4b799b commit 5ac4607
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -42,12 +42,12 @@ services:
- {}
- "@drupal.random"
drupal.authentication_manager:
class: %drupal.authentication_manager.class%
class: "%drupal.authentication_manager.class%"
arguments:
- "@mink"
- "@drupal.user_manager"
- %mink.parameters%
- %drupal.parameters%
- "%mink.parameters%"
- "%drupal.parameters%"
drupal.user_manager:
class: "%drupal.user_manager.class%"
drupal.random:
Expand Down

0 comments on commit 5ac4607

Please sign in to comment.