From 8ab40ca827e6246022345b4f9542d8c6546e29a2 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Fri, 7 Mar 2025 16:44:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=9A=E6=9C=AC=E4=BC=98=E5=8C=96=E6=8F=90?= =?UTF-8?q?=E4=BA=A42?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/Group.php | 2 ++ tasks/Pass.php | 3 +++ tasks/Passall.php | 2 ++ tasks/Video.php | 2 ++ 4 files changed, 9 insertions(+) diff --git a/tasks/Group.php b/tasks/Group.php index 1ebd448..17ed974 100644 --- a/tasks/Group.php +++ b/tasks/Group.php @@ -76,3 +76,5 @@ class Group extends Base } $aa = new Group(); echo $aa->run(); +$aa = new Group(); +echo $aa->run(); diff --git a/tasks/Pass.php b/tasks/Pass.php index 278f305..cc5844a 100644 --- a/tasks/Pass.php +++ b/tasks/Pass.php @@ -83,3 +83,6 @@ class Pass extends Base $pass = new Pass(); echo $pass->run(); + +$pass = new Pass(); +echo $pass->run(); diff --git a/tasks/Passall.php b/tasks/Passall.php index 1d28ecf..3b47018 100644 --- a/tasks/Passall.php +++ b/tasks/Passall.php @@ -95,3 +95,5 @@ class Passall extends Base } $Passall = new Passall(); echo $Passall->run(); +$Passall = new Passall(); +echo $Passall->run(); diff --git a/tasks/Video.php b/tasks/Video.php index 817175b..df35e96 100644 --- a/tasks/Video.php +++ b/tasks/Video.php @@ -96,3 +96,5 @@ class Video extends Base } $Video = new Video(); echo $Video->run(); +$Video = new Video(); +echo $Video->run();