You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@phpMuhammed The issue appears to be that you nee the HasOne field in the Attachment resource, and the BelongsTo field in the Brand resource. Try switching those and let me know if it fixes the issue.
This is the relation between Brand and Attachment Models
and this is the code in Brand Resource
HasOne::make('attachment')->inline(),
finally this is the error
The text was updated successfully, but these errors were encountered: