goodby/csv

Missing use in example

Opened this issue · 1 comments

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.

!!! Same here! Can be fixed by adding

use Goodby\CSV\Export\Standard\CsvFileObject;

However, it still does not render CSV files.