eee
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ class ImplodeCommand extends Command
|
|||||||
|
|
||||||
$array = [];
|
$array = [];
|
||||||
foreach ($foreach as $item) {
|
foreach ($foreach as $item) {
|
||||||
$values = explode(',', trim($item, '()'));
|
$values = explode('),(', trim($item, '()'));
|
||||||
$tmp = [];
|
$tmp = [];
|
||||||
foreach ($values as $date) {
|
foreach ($values as $date) {
|
||||||
if (is_string($date)) {
|
if (is_string($date)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user