Skip to content

Commit ca6f970

Browse files
committed
Remove accidentally committed line
1 parent 70edddc commit ca6f970

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NewCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ protected function download($zipFile, $version = 'master')
135135
}
136136

137137
$response = (new Client)->get('http://cabinet.laravel.com/'.$filename);
138-
$response = (new Client)->get("https://github.com/laravel/laravel/archive/$version.zip");
139138

140139
file_put_contents($zipFile, $response->getBody());
141140

0 commit comments

Comments
 (0)