Replies: 1 comment 5 replies
-
The last parameter is protected, so we can't do anything with it. It should be public. The package is with the newest version we're releasing today a bit more robust in these cases. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a problem with generating a DTO from an array using Livewire v2. Below is my method:
Then, this is how my
DocumentData
class looks like:But this gives me the following error:
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions