This commit is contained in:
iVampireSP.com 2022-10-31 20:03:20 +08:00
parent e3f8ef6a34
commit 60a0765bd4
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -47,7 +47,7 @@ function ($modules) use ($default, $rate) {
'rate' => $rate,
];
return (new ModuleEarnings($module))
(new ModuleEarnings($module))
->toGroup($data);
}
}