for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SET\Handlers\Excel;
use Maatwebsite\Excel\Files\NewExcelFile;
class CompletedTrainingExport extends NewExcelFile
{
public function getFilename()
return 'Completed Training';
}