Skip to content

Commit f265a8c

Browse files
yajraStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 8cd5ddd commit f265a8c

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)