From 60a0765bd43828f75d2097311091ee1e9aed27ec Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Mon, 31 Oct 2022 20:03:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Jobs/SendThisMonthModuleEarnings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Jobs/SendThisMonthModuleEarnings.php b/app/Jobs/SendThisMonthModuleEarnings.php index 468c67e..be654e6 100644 --- a/app/Jobs/SendThisMonthModuleEarnings.php +++ b/app/Jobs/SendThisMonthModuleEarnings.php @@ -47,7 +47,7 @@ function ($modules) use ($default, $rate) { 'rate' => $rate, ]; - return (new ModuleEarnings($module)) + (new ModuleEarnings($module)) ->toGroup($data); } }