Skip to content

Commit

Permalink
Merge pull request #45 from krizon/patch-1
Browse files Browse the repository at this point in the history
Add collection_factory config directive to README
  • Loading branch information
wjzijderveld authored Jul 24, 2017
2 parents d15c4a2 + 06b3b9e commit 194101e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ qandidate_toggle:
context_factory: null|your.context_factory.service.id
redis_namespace: toggle_%kernel.environment% # default, only required when persistence = redis
redis_client: null|your.redis_client.service.id # only required when persistence = redis
collection_factory: # only required when persistence = factory
service_id: your.collection_factory.service.id
method: create
```
## Sample Configuration for Symfony
Expand Down

0 comments on commit 194101e

Please sign in to comment.