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 21fef47 + 08af96b commit 1c4ca4aCopy full SHA for 1c4ca4a
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