This commit is contained in:
2026-08-01 22:54:56 +07:00
parent 36eec0a664
commit 4255d187c9
5 changed files with 16 additions and 9 deletions
+2 -1
View File
@@ -11,6 +11,7 @@ use Illuminate\Pagination\LengthAwarePaginator;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Hash;
use Illuminate\Support\Facades\Log;
use App\DTOs\UserFilterDto;
@@ -205,7 +206,7 @@ class AdminService implements AdminServiceInterface
'flag_send' => config('constants.FLAG_SEND_DISABLED'),
]);
\Illuminate\Support\Facades\Log::info("Thực hiện reset thẻ hàng tháng thành công cho {$activeUserCount} tài khoản active.");
Log::info("Monthly card reset executed successfully for {$activeUserCount} active accounts.");
}
public function updateAddCard(int $id, array $data): void