From a1d0837d86979a152e4320d10035f059d2d4f0bc Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Tue, 27 Jul 2021 15:14:45 +1000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=20=D0=B3?= =?UTF-8?q?=D0=BE=D0=B2=D0=BD=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- test.php | 20 -------------------- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 test.php 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());