Удалил говно
This commit is contained in:
parent
864ea8ca6d
commit
a1d0837d86
20
test.php
20
test.php
|
@ -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());
|
Loading…
Reference in New Issue