|
@@ -59,8 +59,8 @@ |
|
|
block discarded – undo |
|
59
|
59
|
{ |
|
60
|
60
|
/** @var SettingsManager $manager */ |
|
61
|
61
|
$manager = $this->getContainer()->get('ongr_settings.settings_manager'); |
|
62
|
|
- $profileCookie = $this->getContainer()->get('ongr_settings.cookie.active_profiles'); |
|
63
|
|
- $experimentCookie = $this->getContainer()->get('ongr_settings.cookie.active_experiments'); |
|
|
62
|
+ $profileCookie = $this->getContainer()->get('ongr_settings.cookie.active_profiles'); |
|
|
63
|
+ $experimentCookie = $this->getContainer()->get('ongr_settings.cookie.active_experiments'); |
|
64
|
64
|
$listener = $this->getContainer()->get('ongr_settings.request_listener'); |
|
65
|
65
|
$activeProfiles = ['foo', 'bar']; |
|
66
|
66
|
|
Please login to merge, or discard this patch.