Skip to content

Instantly share code, notes, and snippets.

@ScullWM
Last active October 9, 2020 13:44
Show Gist options
  • Save ScullWM/7c2e206149da318cfca389ab2a35bf0b to your computer and use it in GitHub Desktop.
Save ScullWM/7c2e206149da318cfca389ab2a35bf0b to your computer and use it in GitHub Desktop.
Service definition file: config/services.yaml
services:
App\FeatureFlag\VariantRetriever:
factory: ['@Travaux\VariantRetriever\Factory\VariantRetrieverFactory', 'createVariantRetriever']
public: true
arguments:
- welcome-email-experiment:
- control-email: 50
- participant-email: 50
- display-cta:
- control-cta: 75
- participant-cta: 25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment