[v2] Wrapping collections doesn't work on DataCollection
#159
Answered
by
rubenvanassche
alexrififi
asked this question in
Q&A
-
Thank you for the long awaited and great release of version 2! Please note that wrapping collections doesn't work on For testing, an example from the documentation was used. class Controller
{
public function index()
{
return SongData::collection(Song::all())->wrap('data');
}
} |
Beta Was this translation helpful? Give feedback.
Answered by
rubenvanassche
Jul 13, 2022
Replies: 1 comment
-
This will be fixed later today with the next release of data. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alexrififi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will be fixed later today with the next release of data.