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 2ececf2d
authored
Jul 14, 2021
by
Евгений
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into master
2 parents
a01a4679
d8ba4995
Hide 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 @
2ececf2
...
...
@@ -124,7 +124,7 @@ class AddNegativeKeywordSharedSets extends DirectRequest
return
[
'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
();
},
$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