File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -663,10 +663,10 @@ public function failedJobDetails($args, $request)
663663 }
664664
665665 $ rows = collect (array_merge (HttpFailedJobResource::toResourceArray ($ failedJob ), [
666- 'payload ' => $ failedJob ->first ()-> getRawOriginal ('payload ' ),
666+ 'payload ' => $ failedJob ->getRawOriginal ('payload ' ),
667667 ]))
668668 ->map (fn ($ value , $ attribute ) => is_array ($ value ) ? null : [
669- 'attribute ' => ' <b> ' . __ ('admin.jobs.list. ' . Str::of ($ attribute )->snake ()->replace ('_ ' , ' ' )->camel ()->value ()) . ' </b> ' ,
669+ 'attribute ' => __ ('admin.jobs.list. ' . Str::of ($ attribute )->snake ()->replace ('_ ' , ' ' )->camel ()->value ()),
670670 'value ' => isValidJson ($ value ) ? json_encode (json_decode ($ value , true ), JSON_PRETTY_PRINT ) : $ value
671671 ])
672672 ->filter ()
You can’t perform that action at this time.
0 commit comments