fix(FetchToncoinTransactions): add var declaration

This commit is contained in:
Alexander Minkin 2025-02-09 16:38:57 +03:00
parent 45e53b2a3e
commit 1c4305d44f
Signed by untrusted user: WerySkok
GPG key ID: 88E9A2F3AFE44C30

View file

@ -18,6 +18,7 @@ define("NANOTON", 1000000000);
class FetchToncoinTransactions extends Command
{
private $images;
private $transactions;
protected static $defaultName = "fetch-ton";