morphTo(); } public function user() { return $this->belongsTo('App\User'); } public function item() { return $this->belongsTo('App\Item'); } }