make(CreateBankStatementTransactionOwnersProcessor::class))->execute(); } public function delay($delay) { // Add delay in seconds to the job $this->delay = $delay; return $this; } }