Skip to content

Instantly share code, notes, and snippets.

@ScullWM
Created October 9, 2020 15:47
Show Gist options
  • Save ScullWM/a0a945cd1c0b41d2fff58d56554d165a to your computer and use it in GitHub Desktop.
Save ScullWM/a0a945cd1c0b41d2fff58d56554d165a to your computer and use it in GitHub Desktop.
Travaux\VariantRetriever\Retriever\VariantRetrieverInterface:
class: Travaux\VariantRetriever\Retriever\VariantRetriever
calls:
- addExperiment:
- !service
class: Travaux\VariantRetriever\ValueObject\Experiment
arguments:
- 'welcome-email-experiment'
- !service
class: Travaux\VariantRetriever\ValueObject\Variant
arguments: ['control', 100]
- !service
class: Travaux\VariantRetriever\ValueObject\Variant
arguments: ['variant', 0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment