eee
This commit is contained in:
+1
-1
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user