We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86266e2 + d8fb105 commit b0598d3Copy full SHA for b0598d3
src/Exports/Concerns/WithColumnFormats.php
@@ -16,7 +16,7 @@ public function columnFormats(): array
16
17
public function getColumnFormats(): array
18
{
19
- return $this->columnFormat ??= $this->getMapping($this->getModelInstance())
+ return $this->columnFormats ??= $this->getMapping($this->getModelInstance())
20
->values()
21
->mapWithKeys(fn (Column $column, $key) => [
22
Coordinate::stringFromColumnIndex($key + 1) => $this->evaluate($column->getFormat()),
0 commit comments