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 f1c08aa + 6c9a50f commit 238043dCopy full SHA for 238043d
src/Jobs/DataTableExportJob.php
@@ -76,7 +76,7 @@ public function handle(): void
76
77
/** @var DataTable $oTable */
78
$oTable = resolve($this->dataTable);
79
- request()->merge($this->request);
+ request()->replace($this->request);
80
81
$query = app()->call([$oTable->with($this->attributes), 'query']);
82
0 commit comments