This commit is contained in:
2023-09-30 20:03:37 +08:00
parent fd8ac37742
commit 735801f756
+1 -1
View File
@@ -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)) {