mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 14:55:39 +08:00
enhancement for download command
This commit is contained in:
@@ -8,5 +8,5 @@ abstract class CustomSourceBase
|
||||
{
|
||||
public const NAME = 'unknown';
|
||||
|
||||
abstract public function fetch();
|
||||
abstract public function fetch(bool $force = false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user