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.
1 parent 21fef47 commit 08af96bCopy full SHA for 08af96b
src/WithExportQueue.php
@@ -36,7 +36,7 @@ public function render(?string $view = null, array $data = [], array $mergeData
36
public function exportQueue(): string
37
{
38
$job = new DataTableExportJob(
39
- [self::class, $this->attributes],
+ [get_class($this), $this->attributes],
40
request()->all(),
41
Auth::id() ?? 0,
42
$this->sheetName(),
0 commit comments