@@ -26,6 +26,10 @@ |
||
26 | 26 | } |
27 | 27 | } |
28 | 28 | |
29 | + /** |
|
30 | + * @param string $url |
|
31 | + * @param string $destination |
|
32 | + */ |
|
29 | 33 | public function download($url, $destination) |
30 | 34 | { |
31 | 35 | $client = new Client(); |