Remove defaults

This commit is contained in:
James Cole 2021-05-02 14:53:24 +02:00
parent ef3468ef1f
commit 4a2f751db3
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -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();