mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
download require functions
This commit is contained in:
@@ -33,7 +33,9 @@ if ($currentStep == 2) {
|
||||
'published_at' => '---',
|
||||
];
|
||||
try {
|
||||
$versions = $update->listVersions();
|
||||
//Unnecessary
|
||||
// $versions = $update->listVersions();
|
||||
$versions = [];
|
||||
} catch (\Exception $exception) {
|
||||
$update->doLog("can not fetch versions from github: " . $exception->getMessage());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user