mirror of
https://github.com/openvk/openvk
synced 2025-03-03 16:20:04 +03:00
fix(FetchToncoinTransactions): add var declaration
This commit is contained in:
parent
45e53b2a3e
commit
1c4305d44f
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ define("NANOTON", 1000000000);
|
|||
class FetchToncoinTransactions extends Command
|
||||
{
|
||||
private $images;
|
||||
private $transactions;
|
||||
|
||||
protected static $defaultName = "fetch-ton";
|
||||
|
||||
|
|
Loading…
Reference in a new issue