From 735801f756f2ab9a3c9aadbe9e3f60e7c9bddecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sat, 30 Sep 2023 20:03:37 +0800 Subject: [PATCH] eee --- ImplodeCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ImplodeCommand.php b/ImplodeCommand.php index 47c9e2c..14430b3 100644 --- a/ImplodeCommand.php +++ b/ImplodeCommand.php @@ -75,7 +75,7 @@ class ImplodeCommand extends Command $array = []; foreach ($foreach as $item) { - $values = explode(',', trim($item, '()')); + $values = explode('),(', trim($item, '()')); $tmp = []; foreach ($values as $date) { if (is_string($date)) {