belongsTo(User::class); } public function noteable() { return $this->morphTo(); } }