mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various fixes and extensions.
This commit is contained in:
@@ -61,6 +61,7 @@ class TagRepository implements TagRepositoryInterface
|
||||
*/
|
||||
public function destroy(Tag $tag): bool
|
||||
{
|
||||
DB::table('tag_transaction_journal')->where('tag_id', $tag->id)->delete();
|
||||
$tag->transactionJournals()->sync([]);
|
||||
$tag->delete();
|
||||
|
||||
|
Reference in New Issue
Block a user