mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
Remove defaults
This commit is contained in:
parent
ef3468ef1f
commit
4a2f751db3
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user