Skip to content

Commit 046030b

Browse files
authored
Merge pull request #34 from landofcoder/fix-admin-issue
update files
2 parents cb17c12 + 64053eb commit 046030b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/TagRepository.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function getById($tagId)
132132
if (!$tagModel->getId()) {
133133
throw new NoSuchEntityException(__('Tag with id "%1" does not exist.', $tagId));
134134
}
135-
return $tagModel->getData();
135+
return $tagModel;
136136
}
137137

138138
/**

0 commit comments

Comments
 (0)