morphTo(); } /** * Get the user who authored this note */ public function author(): BelongsTo { return $this->belongsTo(User::class, 'author_user_id'); } }