|
...
|
...
|
@@ -61,7 +61,7 @@ class SendProduct extends Command |
|
|
|
'project_id' => $v['id'],
|
|
|
|
'type' => 1,
|
|
|
|
'route' => 3,
|
|
|
|
'url' => array_merge($arr1,$arr2,$arr3),
|
|
|
|
'url' => array_merge((array)$arr1,(array)$arr2,(array)$arr3),
|
|
|
|
'language'=> [],
|
|
|
|
'is_sitemap' => 0
|
|
|
|
];
|
...
|
...
|
|