diff --git a/app/Console/Commands/UpdatePostProcess.php b/app/Console/Commands/UpdatePostProcess.php index 35d798716..45e790232 100644 --- a/app/Console/Commands/UpdatePostProcess.php +++ b/app/Console/Commands/UpdatePostProcess.php @@ -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),