This relation displays a Data because of following reasons.
In your ItemDestributionModel
, You have set relation with UserModel
and ItemModel
both.
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. :)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…