Skip to content

Commit

Permalink
Merge pull request #160 from justindantzer/patch-2
Browse files Browse the repository at this point in the history
Update ExportToExcel for error due to Action class mismatch
  • Loading branch information
patrickbrouwers authored May 5, 2023
2 parents ac7f1ae + bad86c8 commit 2fd8390
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Actions/ExportToExcel.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,17 +140,6 @@ public function onFailure(callable $callback)
return $this;
}

/**
* @param string $name
* @return $this
*/
public function withName(string $name)
{
$this->name = $name;

return $this;
}

/**
* @return Builder
*/
Expand Down

0 comments on commit 2fd8390

Please sign in to comment.