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 8cd5ddd + f265a8c commit fabb4beCopy full SHA for fabb4be
src/Services/DataTable.php
@@ -405,7 +405,7 @@ public function excel()
405
*/
406
protected function buildExcelFile()
407
{
408
- if ($this->exportClass <> DataTablesExportHandler::class) {
+ if ($this->exportClass != DataTablesExportHandler::class) {
409
$collection = collect($this->getAjaxResponseData());
410
} else {
411
$collection = collect($this->getDataForExport());
src/Services/DataTablesExportHandler.php
@@ -6,5 +6,4 @@
6
7
class DataTablesExportHandler extends DataTablesCollectionExport
8
9
-
10
}
0 commit comments