belongsTo('App\Models\User', 'user_id'); } public function item() { return $this->belongsTo('App\Models\Item', 'item_id'); } }