mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 16:25:39 +08:00
refactor download
This commit is contained in:
@@ -12,7 +12,7 @@ class PostgreSQLSource extends CustomSourceBase
|
||||
|
||||
public function fetch()
|
||||
{
|
||||
Downloader::fetchSource('postgresql', self::getLatestInfo());
|
||||
Downloader::downloadSource('postgresql', self::getLatestInfo());
|
||||
}
|
||||
|
||||
public function getLatestInfo(): array
|
||||
|
||||
Reference in New Issue
Block a user