This commit is contained in:
James Cole
2019-09-06 09:37:00 +02:00
parent 77084ba72d
commit eb0d269ce7
2 changed files with 1 additions and 312 deletions

View File

@@ -68,6 +68,7 @@ class TagRepository implements TagRepositoryInterface
*/
public function destroy(Tag $tag): bool
{
$tag->transactionJournals()->sync([]);
$tag->delete();
return true;