Some refactorings in content generation
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user