Trigger cache, fixes #3127

This commit is contained in:
James Cole
2020-02-19 19:55:35 +01:00
parent ab0e77a2e8
commit b11bcc1fbe

View File

@@ -70,6 +70,8 @@ class CreateController extends Controller
$service = app(GroupCloneService::class);
$newGroup = $service->cloneGroup($group);
app('preferences')->mark();
return redirect(route('transactions.show', [$newGroup->id]));
}