Skip to content

Commit

Permalink
Merge pull request #73 from Seb33300/replace-request
Browse files Browse the repository at this point in the history
fix: replace export request
  • Loading branch information
yajra authored Feb 26, 2025
2 parents f1c08aa + 6c9a50f commit 238043d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jobs/DataTableExportJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function handle(): void

/** @var DataTable $oTable */
$oTable = resolve($this->dataTable);
request()->merge($this->request);
request()->replace($this->request);

$query = app()->call([$oTable->with($this->attributes), 'query']);

Expand Down

0 comments on commit 238043d

Please sign in to comment.