@@ -29,9 +29,9 @@ |
||
29 | 29 | $search->request(); |
30 | 30 | |
31 | 31 | return [ |
32 | - 'cookie' => $search->cookie(), |
|
33 | - 'image' => $search->captcha(), |
|
34 | - 'paramBot' => $search->params()['parambot'] |
|
35 | - ]; |
|
32 | + 'cookie' => $search->cookie(), |
|
33 | + 'image' => $search->captcha(), |
|
34 | + 'paramBot' => $search->params()['parambot'] |
|
35 | + ]; |
|
36 | 36 | } |
37 | 37 | } |
38 | 38 | \ No newline at end of file |
@@ -29,8 +29,8 @@ |
||
29 | 29 | $search->request(); |
30 | 30 | |
31 | 31 | return [ |
32 | - 'cookie' => $search->cookie(), |
|
33 | - 'image' => $search->captcha() |
|
34 | - ]; |
|
32 | + 'cookie' => $search->cookie(), |
|
33 | + 'image' => $search->captcha() |
|
34 | + ]; |
|
35 | 35 | } |
36 | 36 | } |
37 | 37 | \ No newline at end of file |