Update
This commit is contained in:
@@ -268,7 +268,7 @@ private function importSingleMeme(array $meme_record): bool
|
||||
private function attachKeywordsAsTags(MemeMedia $meme_media, array $keywords): void
|
||||
{
|
||||
try {
|
||||
$meme_media->attachTags($keywords, 'meme');
|
||||
$meme_media->attachTags($keywords, 'meme_media');
|
||||
} catch (\Exception $e) {
|
||||
$this->command->warn("Failed to attach tags to meme media '{$meme_media->name}': " . $e->getMessage());
|
||||
Log::warning("Failed to attach tags", [
|
||||
|
||||
Reference in New Issue
Block a user