Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing use in example #55

Open
digininja opened this issue Jan 28, 2015 · 1 comment
Open

Missing use in example #55

digininja opened this issue Jan 28, 2015 · 1 comment

Comments

@digininja
Copy link

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
Copy link

panique commented May 8, 2015

!!! Same here! Can be fixed by adding

use Goodby\CSV\Export\Standard\CsvFileObject;

However, it still does not render CSV files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants