Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit d8ba4995
authored
Jul 14, 2021
by
Vladislav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#20347 Синхронизация наборов минус фраз
1 parent
77167224
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Service/Requests/Direct/AddNegativeKeywordSharedSets.php
app/Service/Requests/Direct/AddNegativeKeywordSharedSets.php
View file @
d8ba499
...
@@ -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
(
$list
44
)
{
'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
),
];
];
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment