Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Relationship method must return an object of type Illuminate\\Database\\Eloquent\\Relations\\Relation #7

Closed
physio opened this issue Jan 26, 2017 · 1 comment

Comments

@physio
Copy link

physio commented Jan 26, 2017

when i do:

$user->comment($customer, 'Lorem ipsum ..', 3); the system say:

"message": "Relationship method must return an object of type Illuminate\\Database\\Eloquent\\Relations\\Relation", "status_code": 500,

@physio
Copy link
Author

physio commented Jan 26, 2017

i resolved with: protected $mustBeApproved = false; into model.

@physio physio closed this as completed Jan 26, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant