Some refactorings in content generation

This commit is contained in:
2023-08-10 15:43:18 +08:00
parent 2081aa935a
commit 9947987c20
8 changed files with 194 additions and 103 deletions

View File

@@ -11,7 +11,8 @@ use PmConverter\Exporters\{
class WgetConverter extends AbstractConverter implements ConverterContract
{
protected const FILE_EXT = 'sh';
protected const OUTPUT_DIR = 'wget';
protected const REQUEST = WgetRequest::class;
protected const REQUEST_CLASS = WgetRequest::class;
}