Skip to content

Commit

Permalink
Merge pull request #9 from svenluijten/patch-1
Browse files Browse the repository at this point in the history
Fix example in README.md
  • Loading branch information
thomasruiz authored Jan 9, 2019
2 parents d083f76 + 083e42b commit e794a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $data = [
['Jane', 'Doe'],
];

return response->csv($data);
return response()->csv($data);
```

This small package offers a straightforward solution that deals with conversion, from array or collection of objects to comma separated values string, and character encoding.
Expand Down

0 comments on commit e794a9a

Please sign in to comment.