fix: Fire transaction updated event after a label change (#73)
This commit is contained in:
parent
f30e600b75
commit
134a292ddb
|
|
@ -252,7 +252,8 @@ class TransactionController extends Controller
|
|||
$mergedLabelIds = array_unique(array_merge($existingLabelIds, $labelIds));
|
||||
$transaction->labels()->sync($mergedLabelIds);
|
||||
}
|
||||
$transaction->touch();
|
||||
|
||||
$transaction->save();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue