This commit is contained in:
2025-05-24 15:03:05 +05:00
parent 45694ce3d8
commit b87afba780
2 changed files with 2 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ class DownloadCardTransaction extends Action
// }
info([
'type' => gettype($data),
'type' => $data,
]);
}