diff --git a/packages/framework/src/Framework/Features/Blogging/Models/PostAuthor.php b/packages/framework/src/Framework/Features/Blogging/Models/PostAuthor.php index 665279ba2cd..d28d271e370 100644 --- a/packages/framework/src/Framework/Features/Blogging/Models/PostAuthor.php +++ b/packages/framework/src/Framework/Features/Blogging/Models/PostAuthor.php @@ -34,7 +34,7 @@ class PostAuthor implements Stringable, SerializableContract /** * The display name of the author. */ - public readonly ?string $name; + public readonly string $name; /** * The author's website URL.