Merge pull request #2987 from CihanSenturk/import/export-improvements
Added export WithStrictNullComparison
This commit is contained in:
		@@ -15,9 +15,10 @@ use Maatwebsite\Excel\Concerns\ShouldAutoSize;
 | 
				
			|||||||
use Maatwebsite\Excel\Concerns\WithHeadings;
 | 
					use Maatwebsite\Excel\Concerns\WithHeadings;
 | 
				
			||||||
use Maatwebsite\Excel\Concerns\WithMapping;
 | 
					use Maatwebsite\Excel\Concerns\WithMapping;
 | 
				
			||||||
use Maatwebsite\Excel\Concerns\WithTitle;
 | 
					use Maatwebsite\Excel\Concerns\WithTitle;
 | 
				
			||||||
 | 
					use Maatwebsite\Excel\Concerns\WithStrictNullComparison;
 | 
				
			||||||
use PhpOffice\PhpSpreadsheet\Shared\Date as ExcelDate;
 | 
					use PhpOffice\PhpSpreadsheet\Shared\Date as ExcelDate;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
abstract class Export implements FromCollection, HasLocalePreference, ShouldAutoSize, ShouldQueue, WithHeadings, WithMapping, WithTitle
 | 
					abstract class Export implements FromCollection, HasLocalePreference, ShouldAutoSize, ShouldQueue, WithHeadings, WithMapping, WithTitle, WithStrictNullComparison
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    use Exportable;
 | 
					    use Exportable;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user