We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e38c6d commit fe4f4a6Copy full SHA for fe4f4a6
src/Converters/MediaConverter.php
@@ -73,7 +73,7 @@ protected function failConversion(?Throwable $exception = null): ?MediaConversio
73
'media_id' => $this->media->id,
74
'state' => MediaConversionState::Failed,
75
'state_set_at' => now(),
76
- 'content' => $exception ? ($exception->getCode().': '.$exception->getMessage()) : null,
+ 'contents' => $exception ? ($exception->getCode().': '.$exception->getMessage()) : null,
77
]));
78
79
}
0 commit comments