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

add supplier by ID returns NULL #52

Open
johnvic opened this issue Nov 11, 2016 · 0 comments
Open

add supplier by ID returns NULL #52

johnvic opened this issue Nov 11, 2016 · 0 comments

Comments

@johnvic
Copy link

johnvic commented Nov 11, 2016

Hi Steve,

Great package! Very big help for my project. I got an issue with adding supplier by ID,
This line return $this->suppliers()->find($id); under InventoryTrait, it returns NULL. I am quite new to traits. As per description it is the belongs to many relationship. Am I correct?
I changed the code to return Supplier::find($id);, it worked fine. Am missing something?

thank you

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