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 3a0b1f9a
authored
Oct 06, 2021
by
Vladislav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Исправленно заполнение переменных для набора ссылок
1 parent
4dad74fd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
app/Service/Requests/Direct/AddSitelinks.php
app/Service/Requests/Direct/AddSitelinks.php
View file @
3a0b1f9
...
@@ -137,15 +137,6 @@ class AddSitelinks extends DirectRequest
...
@@ -137,15 +137,6 @@ class AddSitelinks extends DirectRequest
$list
=
$lists
[
$dictionary_campaign_id
];
$list
=
$lists
[
$dictionary_campaign_id
];
}
}
var_dump
([
'Sitelinks'
=>
array_map
(
function
(
$link
)
use
(
$list
)
{
return
array_map
(
function
(
$value
)
use
(
$list
)
{
return
StrReplaceByVariables
::
getInstance
(
$value
,
$list
)
->
get
();
},
array_filter
(
$link
));
},
$goalSitelink
->
sitelink
->
links
),
]);
exit
();
return
[
return
[
'Sitelinks'
=>
array_map
(
function
(
$link
)
use
(
$list
)
{
'Sitelinks'
=>
array_map
(
function
(
$link
)
use
(
$list
)
{
return
array_map
(
function
(
$value
)
use
(
$list
)
{
return
array_map
(
function
(
$value
)
use
(
$list
)
{
...
...
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