Skip to content

Commit

Permalink
Merge pull request #8 from tv2regionerne/fix/fetch-tag
Browse files Browse the repository at this point in the history
Fix fetch tag
  • Loading branch information
Sylvester Damgaard authored Nov 19, 2024
2 parents 81f5e08 + 5e48b1f commit dd9c181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tags/Deduplicate.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ public function merge()

public function fetch()
{
app('deduplicate')->fetch();
return app('deduplicate')->fetch();
}
}

0 comments on commit dd9c181

Please sign in to comment.