Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
[Taxonomy] Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Mar 16, 2015
1 parent 23e9c60 commit 3156925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Taxonomy/Taxonomy.php
Expand Up @@ -374,7 +374,7 @@ public function getTermId($title, $vocabulary_id, $language_id = null, $type = 0
'title' => $title,
];
$term->translations()->save(new TermData($translation));

return $term->id;
}

Expand Down

0 comments on commit 3156925

Please sign in to comment.