We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe4b3c8 + 63ea43b commit ea5e8edCopy full SHA for ea5e8ed
src/Tag.php
@@ -34,7 +34,7 @@ public function save(array $options = array())
34
$normalizer = empty($normalizer) ? '\Conner\Tagging\TaggingUtil::slug' : $normalizer;
35
36
$this->slug = call_user_func($normalizer, $this->name);
37
- parent::save($options);
+ return parent::save($options);
38
} else {
39
throw new \Exception('Tag Name is required');
40
}
0 commit comments