You should change the following <fg=red>- return $collection->all()->map(function(Sheet $sheet) { </><fg=green>+ return $collection->all()->map(function (Sheet $sheet) { </>
Loading history...
24
1
return $this->pageFactory->makeFromSheet($sheet);
25
1
})->all();
26
}
27
28
1
public function makeFromSheetCollectionName(string $name): array