Skip to content

Commit

Permalink
Type error: Too few arguments @@!~
Browse files Browse the repository at this point in the history
  • Loading branch information
tansautn committed Oct 16, 2024
1 parent 483d840 commit 1a488b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/ExcelExportable.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ protected function writeRow($sheet, $row, $rowIndex)
*
* @return mixed
*/
protected function getValue($row, $key)
protected function getValue($row, $key = null)
{
return self::dataGet($row, $key);
}
Expand Down

0 comments on commit 1a488b1

Please sign in to comment.