argument('path'); ProcessPdfJob::dispatch($path); $this->info(sprintf('Queued pdf import for %s', $path)); return self::SUCCESS; } }