Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

enter image description here

enter image description here In the above both models i commented the method itemDestribution() but still it is working

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
179 views
Welcome To Ask or Share your Answers For Others

1 Answer

This relation displays a Data because of following reasons.

  1. In your ItemDestributionModel, You have set relation with UserModel and ItemModel both.

  2. In your ItemModel and UserModel you haven't declare any public function and add Relation Class.

When you call UserModel it will find hasMany Relationship in ItemDestributionModel and user() function is available with belongsTo relationship.

That's why laravel fetch data without declaring public function. But you should declare relationship inside public function. :)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

86.3k users

...