morphTo(); } public function usuario() { return $this->belongsTo(User::class, 'user_id'); } }