parent
e945033c95
commit
aa86fe83e8
3 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@ class ScheduleCreationFormRequest extends ServerFormRequest
|
|||
{
|
||||
$restructured = [];
|
||||
foreach (array_get($this->all(), 'tasks', []) as $key => $values) {
|
||||
for ($i = 0; $i < count($values); ++$i) {
|
||||
for ($i = 0; $i < count($values); $i++) {
|
||||
$restructured[$i][$key] = $values[$i];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue