Commit 2ececf2d by Евгений

Merge remote-tracking branch 'origin/master' into master

2 parents a01a4679 d8ba4995
...@@ -124,7 +124,7 @@ class AddNegativeKeywordSharedSets extends DirectRequest ...@@ -124,7 +124,7 @@ class AddNegativeKeywordSharedSets extends DirectRequest
return [ return [
'Name' => StrReplaceByVariables::getInstance($goalNegativeKeywordSharedSet->negativeKeywordSharedSet->name, $list)->get(), 'Name' => StrReplaceByVariables::getInstance($goalNegativeKeywordSharedSet->negativeKeywordSharedSet->name, $list)->get(),
'NegativeKeywords' => array_map(function ($negative_keyword) use ($list44) { 'NegativeKeywords' => array_map(function ($negative_keyword) use ($list) {
return StrReplaceByVariables::getInstance($negative_keyword, $list)->get(); return StrReplaceByVariables::getInstance($negative_keyword, $list)->get();
}, $goalNegativeKeywordSharedSet->negativeKeywordSharedSet->negative_keywords), }, $goalNegativeKeywordSharedSet->negativeKeywordSharedSet->negative_keywords),
]; ];
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!