mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Merge branch 'feature/webhooks' into develop
# Conflicts: # app/Events/UpdatedTransactionGroup.php
This commit is contained in:
@@ -70,7 +70,7 @@ class CreateController extends Controller
|
||||
$newGroup = $service->cloneGroup($group);
|
||||
|
||||
// event!
|
||||
event(new StoredTransactionGroup($newGroup, true));
|
||||
event(new StoredTransactionGroup($newGroup));
|
||||
|
||||
app('preferences')->mark();
|
||||
|
||||
|
Reference in New Issue
Block a user