diff --git a/Controller/PrinterController.php b/Controller/PrinterController.php index 7f1154e..e3922e6 100755 --- a/Controller/PrinterController.php +++ b/Controller/PrinterController.php @@ -132,6 +132,7 @@ class PrinterController extends Controller $tmpfile = tempnam(sys_get_temp_dir(), 'impressoras'); $file = new \SplFileObject($tmpfile, 'w'); $writer = new CsvWriter($file); + $writer->writeItem(array('Id', 'Nome','Host','Serie','Local','Impressões')); $workflow->addWriter($writer); // Process the workflow -- libgit2 0.21.2