fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user