Fixed tests.

This commit is contained in:
James Cole
2015-06-15 19:25:54 +02:00
parent 620848272e
commit 5e57a390a2
3 changed files with 17 additions and 10 deletions

View File

@@ -110,7 +110,7 @@ class Tag extends Model
$journal->tag_count = $count;
$journal->save();
}
parent::save($options);
return parent::save($options);
}
/**