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 2076487 commit 1f1334bCopy full SHA for 1f1334b
Model/TagRepository.php
@@ -93,7 +93,7 @@ public function save(
93
$tagModel = $this->tagFactory->create()->setData($tagData);
94
95
try {
96
- $this->resource->save($tagModel);
+ $this->resource->save($tagData);
97
} catch (\Exception $exception) {
98
throw new CouldNotSaveException(__(
99
'Could not save the tag: %1',
0 commit comments