$row[0], ]); } public function middleware() { return [function () { throw new \Exception('Job reached middleware method'); }]; } /** * @return int */ public function chunkSize(): int { return 100; } }