From f9fde36bf38f682b60745003601752c861825ce9 Mon Sep 17 00:00:00 2001 From: lq <13849061902@qq.com> Date: Wed, 15 May 2024 16:37:14 +0800 Subject: [PATCH] dev --- src/Test.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Test.php b/src/Test.php index 13a4379..a2c22c4 100644 --- a/src/Test.php +++ b/src/Test.php @@ -9,4 +9,8 @@ class Test { function test2 () { return microtime(); } + + function test3() { + return 'test3'; + } } \ No newline at end of file