Skip to content

Commit 17cd699

Browse files
committed
Merge branch '2.x-dev' into unify-the-navigation-api
2 parents 8d5bc2d + 909b8ee commit 17cd699

File tree

1 file changed

+1
-1
lines changed
  • packages/framework/src/Framework/Features/Blogging/Models

1 file changed

+1
-1
lines changed

packages/framework/src/Framework/Features/Blogging/Models/PostAuthor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public static function create(array $data): PostAuthor
102102
], $data));
103103
}
104104

105-
/** Get a Post Author instance by username, or null if not found. */
105+
/** Get a Post Author instance by username, or null if not found. */
106106
public static function get(string $username): ?static
107107
{
108108
return static::all()->get(static::normalizeUsername($username));

0 commit comments

Comments
 (0)