Skip to content

Conversation

@danieleugoletti
Copy link

Fix fields creation during update the closure now are supported.

Now it's possible to use:

Image::make(__('Image'), 'image_url')
                ->path('abc')
                ->storeAs(function (Request $request) {
                    return ....;
                })

the closure now are supported
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.

1 participant