Skip to content

Commit 2fd8390

Browse files
Merge pull request #160 from justindantzer/patch-2
Update ExportToExcel for error due to Action class mismatch
2 parents ac7f1ae + bad86c8 commit 2fd8390

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/Actions/ExportToExcel.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -140,17 +140,6 @@ public function onFailure(callable $callback)
140140
return $this;
141141
}
142142

143-
/**
144-
* @param string $name
145-
* @return $this
146-
*/
147-
public function withName(string $name)
148-
{
149-
$this->name = $name;
150-
151-
return $this;
152-
}
153-
154143
/**
155144
* @return Builder
156145
*/

0 commit comments

Comments
 (0)