Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid Arguments foreach() #82

Open
matthewswallace opened this issue Feb 26, 2021 · 0 comments
Open

Invalid Arguments foreach() #82

matthewswallace opened this issue Feb 26, 2021 · 0 comments

Comments

@matthewswallace
Copy link

I've added this to a Laravel 8 project running the latest version of Nova.

I have the following HasMany field setup in my Product resource in nova so a user can add addition information about a product.

HasMany::make('Page Sections')->inline()->sortUsing('sort_order'),

When I try to update or save I get "Invalid Arguments on foreach()", And I've also noticed that the labels next to each field show the db table representation of the field.

Screen Shot 2021-02-26 at 11 11 38 AM

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

No branches or pull requests

1 participant