Skip to content

Conversation

yajra
Copy link
Owner

@yajra yajra commented Apr 9, 2025

No description provided.

@yajra yajra merged commit 1c4ca4a into master Apr 9, 2025
5 checks passed
@yajra yajra deleted the fix-class branch April 9, 2025 08:04
@@ -36,7 +36,7 @@ public function render(?string $view = null, array $data = [], array $mergeData
public function exportQueue(): string
{
$job = new DataTableExportJob(
[self::class, $this->attributes],
[get_class($this), $this->attributes],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

static::class ?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, static::class would also work and might be a bit faster I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants