@@ -78,7 +78,7 @@ |
||
78 | 78 | } |
79 | 79 | |
80 | 80 | return [ |
81 | - new CallbackConfigMerger(function (array $currentConfig) use ($trackingCode, $user, $appName, $appVersion) { |
|
81 | + new CallbackConfigMerger(function(array $currentConfig) use ($trackingCode, $user, $appName, $appVersion) { |
|
82 | 82 | $currentConfig['modera_backend_google_analytics'] = array( |
83 | 83 | 'user_id' => $user->getId(), |
84 | 84 | 'tracking_code' => $trackingCode->getValue(), |