Skip to content

Comments

Fix fields creation during update#3

Open
danieleugoletti wants to merge 1 commit intodmachio:masterfrom
danieleugoletti:fix/upload-with-storageAs
Open

Fix fields creation during update#3
danieleugoletti wants to merge 1 commit intodmachio:masterfrom
danieleugoletti:fix/upload-with-storageAs

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