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