belongsTo(User::class); } public function notes() { return $this->morphMany(Note::class, 'noteable'); } }