JT
Size: a a a
JT
JT
АС
🎃
С
JT
VP
SS
С
K
public function model(array $row)все равно меняет во всем массиве
{
$month = str_replace(';', ',', $row[0]);
return new Lamaz([
//
'date' => Carbon::parse($month)->format('Y-m-d'),
'times' => trim(str_replace(';', ' ', implode(" ", array_slice($row, 1, 5)))),
]);
}
NE
$this->hasOne(Iteration::class)->where('status', 'active')->orderBy('end_date_time', 'desc')
K
$this->hasOne(Iteration::class)->where('status', 'active')->orderBy('end_date_time', 'desc')
AP
public function model(array $row)все равно меняет во всем массиве
{
$month = str_replace(';', ',', $row[0]);
return new Lamaz([
//
'date' => Carbon::parse($month)->format('Y-m-d'),
'times' => trim(str_replace(';', ' ', implode(" ", array_slice($row, 1, 5)))),
]);
}
NE
VP
VP
K
array:1 [
0 => "01.03.2020;5:20;12:30;15:18;17:49;19:16"
]
AP
AP
array:1 [
0 => "01.03.2020;5:20;12:30;15:18;17:49;19:16"
]
K