Удалил говно
This commit is contained in:
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());
|
|
Reference in New Issue
Block a user