Skip to content

Commit fabb4be

Browse files
authored
Merge pull request #123 from yajra/analysis-RvkGY7
Apply fixes from StyleCI
2 parents 8cd5ddd + f265a8c commit fabb4be

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Services/DataTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ public function excel()
405405
*/
406406
protected function buildExcelFile()
407407
{
408-
if ($this->exportClass <> DataTablesExportHandler::class) {
408+
if ($this->exportClass != DataTablesExportHandler::class) {
409409
$collection = collect($this->getAjaxResponseData());
410410
} else {
411411
$collection = collect($this->getDataForExport());

src/Services/DataTablesExportHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66

77
class DataTablesExportHandler extends DataTablesCollectionExport
88
{
9-
109
}

0 commit comments

Comments
 (0)