This commit is contained in:
DariusIII
2025-11-02 02:31:01 +01:00
parent 4dc4ddadaf
commit f814479b8e
+1 -1
View File
@@ -59,7 +59,7 @@ class UpdatePostProcess extends Command
try {
$nntp = $this->validTypes[$type] ? $this->getNntp() : null;
$postProcess = new PostProcess();
$postProcess = new PostProcess;
match ($type) {
'all' => $postProcess->processAll($nntp),