Skip to content

Commit

Permalink
Merge pull request #3 from AdrenalineHunter/fix-services-yml
Browse files Browse the repository at this point in the history
Fix services yml
  • Loading branch information
Jérémy JOURDIN committed Dec 17, 2015
2 parents db35861 + 803e919 commit a4ad118
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Resources/config/services.yml
Expand Up @@ -8,20 +8,20 @@ parameters:

services:
llsaws.identity.manager:
class: %llsaws.identity.manager.class%
class: "%llsaws.identity.manager.class%"

llsaws.service.manager:
class: %llsaws.identity.manager.class%
class: "%llsaws.identity.manager.class%"

llsaws.client.factory:
class: %llsaws.client.factory.class%
class: "%llsaws.client.factory.class%"
arguments:
- @llsaws.identity.manager
- "@llsaws.identity.manager"

llsaws.identity.type.user:
class: %llsaws.identity.type.generic.factory.class%
class: "%llsaws.identity.type.generic.factory.class%"
arguments:
- %llsaws.identity.type.user.model.class%
- @annotation_reader
- "%llsaws.identity.type.user.model.class%"
- "@annotation_reader"
tags:
- {name: llsaws.identity.type, alias: user}
4 changes: 2 additions & 2 deletions Resources/config/services_test.yml
Expand Up @@ -4,8 +4,8 @@ parameters:

services:
llsaws.service.type.fake:
class: %llsaws.service.type.generic.factory.class%
class: "%llsaws.service.type.generic.factory.class%"
arguments:
- %llsaws.service.type.fake.model.class%
- "%llsaws.service.type.fake.model.class%"
tags:
- {name: llsaws.service.type, alias: fake}

0 comments on commit a4ad118

Please sign in to comment.