Skip to content

Commit fed4b5c

Browse files
committed
testing
1 parent d91b73a commit fed4b5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NewCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ protected function makeFilename()
7777
protected function download($zipFile)
7878
{
7979
$data = json_decode(\GuzzleHttp\get('http://laravel-china.org/download_link.json')->getBody(), true);
80+
8081
$response = \GuzzleHttp\get($data['link'])->getBody();
8182

8283
file_put_contents($zipFile, $response);

0 commit comments

Comments
 (0)