Удалил говно

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2021-07-27 15:14:45 +10:00
parent 864ea8ca6d
commit a1d0837d86
2 changed files with 1 additions and 21 deletions

View File

@ -1,20 +0,0 @@
<?php
use hood\vk\core;
use hood\vk\api\settings;
require './vendor/autoload.php';
$core = core::init();
$robot = $core->group(12312)->key(1);
$robot = $core->group(12312)->key(1);
$robot = $core->group()->key(1);
$robot = $core->group()->key(1);
$settings = new settings($robot);
$settings['data']['test']['a'] = 2;
$settings['data'] = 2;
var_export($core->read());