diff --git a/.gitignore b/.gitignore index 1f75a27..fca4dbd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ /logs /temp -/vendor \ No newline at end of file +/vendor diff --git a/test.php b/test.php deleted file mode 100644 index 0fec988..0000000 --- a/test.php +++ /dev/null @@ -1,20 +0,0 @@ -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());