Missing use in example
digininja opened this issue · 1 comments
digininja commented
In the "Export configuration:" section you use the constant CsvFileObject::FILE_MODE_WRITE but this is only available if you have brought in the CsvFileObject library so you need to add the extra use clause.
panique commented
!!! Same here! Can be fixed by adding
use Goodby\CSV\Export\Standard\CsvFileObject;
However, it still does not render CSV files.