Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BPScott committed Aug 10, 2017
1 parent 0f51b43 commit fd1e9c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,16 @@ stof_doctrine_extensions:
timestampable: true
```

Define services in the DI container to swiftly get at our(in
services.yml):
Define services in the DI container to swiftly get at them (in services.yml):

```yaml
services:
# MapperFactory takes an array of options to configure how to map entities
pps.mapper_factory:
class: BBC\ProgrammesPagesService\Mapper\ProgrammesDbToDomain\MapperFactory
public: false
arguments:
- []
pps.domain_service_factory:
class: BBC\ProgrammesPagesService\Service\ServiceFactory
Expand Down

0 comments on commit fd1e9c0

Please sign in to comment.