File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77use Maatwebsite \Excel \Concerns \FromCollection ;
88use Maatwebsite \Excel \Concerns \WithHeadings ;
99
10- abstract class DataTablesCollectionExport implements FromCollection, WithHeadings
10+ abstract class DataTablesCollectionExport implements FromCollection, WithHeadings
1111{
1212 use Exportable;
1313
Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ public function excel()
414414 {
415415 set_time_limit (3600 );
416416
417- $ ext = '. ' . strtolower ($ this ->excelWriter );
417+ $ ext = '. ' . strtolower ($ this ->excelWriter );
418418 $ callback = $ this ->fastExcel ?
419419 ($ this ->fastExcelCallback ? $ this ->fastExcelCallback () : null )
420420 : $ this ->excelWriter ;
@@ -531,7 +531,7 @@ private function toColumnsCollection(array $columns)
531531 public function csv ()
532532 {
533533 set_time_limit (3600 );
534- $ ext = '. ' . strtolower ($ this ->csvWriter );
534+ $ ext = '. ' . strtolower ($ this ->csvWriter );
535535 $ callback = $ this ->fastExcel ?
536536 ($ this ->fastExcelCallback ? $ this ->fastExcelCallback () : null )
537537 : $ this ->csvWriter ;
You can’t perform that action at this time.
0 commit comments