mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix #2545
This commit is contained in:
@@ -68,6 +68,7 @@ class TagRepository implements TagRepositoryInterface
|
||||
*/
|
||||
public function destroy(Tag $tag): bool
|
||||
{
|
||||
$tag->transactionJournals()->sync([]);
|
||||
$tag->delete();
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user