Skip to content

Commit 49b21ba

Browse files
committed
Merge pull request #53 from gsmark/master
Update README.md
2 parents 798c0a5 + 2b9604a commit 49b21ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ $exporter->export('php://output', array(
215215
```php
216216
use Goodby\CSV\Export\Standard\Exporter;
217217
use Goodby\CSV\Export\Standard\ExporterConfig;
218+
use Goodby\CSV\Export\Standard\CsvFileObject;
218219
use Goodby\CSV\Export\Standard\Collection\PdoCollection;
219220

220221
$pdo = new PDO('mysql:host=localhost;dbname=test', 'root', 'root');

0 commit comments

Comments
 (0)