Skip to content

Conversation

@lucastenboom
Copy link
Contributor

Because $rows passed to prepareRows() is a collection, it cannot go through array_map().
Instead of using array_map() use transform()

Because $rows passed to prepareRows() is a collection, it cannot go through array_map().
Instead of using array_map() use transform(),
@patrickbrouwers patrickbrouwers merged commit db945b7 into SpartnerNL:develop Apr 13, 2021
patrickbrouwers pushed a commit that referenced this pull request May 13, 2021
Because $rows passed to prepareRows() is a collection, it cannot go through array_map().
Instead of using array_map() use transform(),
patrickbrouwers added a commit that referenced this pull request Nov 24, 2021
* Update model.md (#138)

* Update Laravel Excel docs with upsert columns explanation (#142)

* Update Laravel Excel docs with upsert columns explanation

* Add missing import concerns

* Update mapping.md (#145)

Because $rows passed to prepareRows() is a collection, it cannot go through array_map().
Instead of using array_map() use transform(),

* Upgrade

* Working on new docs

* Doc improvements

* Doc improvements

* Update docs

* Multi sheet + hyperlink docs

* Fix typo in contributing.md (#156)

* Update support.md

* Update license.md

* Update docs

Co-authored-by: Vaibhav Rathore <vaibhav@coloredcow.com>
Co-authored-by: Michał Golon <michal.golon@gmail.com>
Co-authored-by: lucastenboom <52165207+lucastenboom@users.noreply.github.com>
Co-authored-by: yasuaki640 <42242014+yasuaki640@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

2 participants