We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d5bc2d + 909b8ee commit 17cd699Copy full SHA for 17cd699
packages/framework/src/Framework/Features/Blogging/Models/PostAuthor.php
@@ -102,7 +102,7 @@ public static function create(array $data): PostAuthor
102
], $data));
103
}
104
105
- /** Get a Post Author instance by username, or null if not found. */
+ /** Get a Post Author instance by username, or null if not found. */
106
public static function get(string $username): ?static
107
{
108
return static::all()->get(static::normalizeUsername($username));
0 commit comments